Class XMSSKeyPairGenerator
java.lang.Object
org.bouncycastle.pqc.crypto.xmss.XMSSKeyPairGenerator
- All Implemented Interfaces:
AsymmetricCipherKeyPairGenerator
@Deprecated
public final class XMSSKeyPairGenerator
extends Object
implements AsymmetricCipherKeyPairGenerator
Deprecated.
Key pair generator for XMSS keys.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Generate a new XMSS private key / public key pair.voidinit(KeyGenerationParameters param) Deprecated.intialise the key pair generator.
-
Constructor Details
-
XMSSKeyPairGenerator
public XMSSKeyPairGenerator()Deprecated.Base constructor...
-
-
Method Details
-
init
Deprecated.Description copied from interface:AsymmetricCipherKeyPairGeneratorintialise the key pair generator.- Specified by:
initin interfaceAsymmetricCipherKeyPairGenerator- Parameters:
param- the parameters the key pair is to be initialised with.
-
generateKeyPair
Deprecated.Generate a new XMSS private key / public key pair.- Specified by:
generateKeyPairin interfaceAsymmetricCipherKeyPairGenerator- Returns:
- an AsymmetricCipherKeyPair containing the generated keys.
-
XMSSKeyPairGeneratorinstead.