Package org.bouncycastle.pqc.crypto.xmss
Class XMSSMTKeyPairGenerator
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.xmss.XMSSMTKeyPairGenerator
-
public final class XMSSMTKeyPairGenerator extends java.lang.Object
Key pair generator for XMSS^MT keys.
-
-
Constructor Summary
Constructors Constructor Description XMSSMTKeyPairGenerator()
Base constructor...
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsymmetricCipherKeyPair
generateKeyPair()
Generate a new XMSSMT private key / public key pair.void
init(KeyGenerationParameters param)
-
-
-
Method Detail
-
init
public void init(KeyGenerationParameters param)
-
generateKeyPair
public AsymmetricCipherKeyPair generateKeyPair()
Generate a new XMSSMT private key / public key pair.
-
-