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