XMSSKeyPairGenerator instead.@Deprecated public final class XMSSKeyPairGenerator extends java.lang.Object implements AsymmetricCipherKeyPairGenerator
| Constructor and Description |
|---|
XMSSKeyPairGenerator()
Deprecated.
Base constructor...
|
| Modifier and Type | Method and Description |
|---|---|
AsymmetricCipherKeyPair |
generateKeyPair()
Deprecated.
Generate a new XMSS private key / public key pair.
|
void |
init(KeyGenerationParameters param)
Deprecated.
intialise the key pair generator.
|
public XMSSKeyPairGenerator()
public void init(KeyGenerationParameters param)
AsymmetricCipherKeyPairGeneratorinit in interface AsymmetricCipherKeyPairGeneratorparam - the parameters the key pair is to be initialised with.public AsymmetricCipherKeyPair generateKeyPair()
generateKeyPair in interface AsymmetricCipherKeyPairGenerator