Package org.bouncycastle.pqc.crypto.xmss
Class XMSSMTKeyGenerationParameters
java.lang.Object
org.bouncycastle.crypto.KeyGenerationParameters
org.bouncycastle.pqc.crypto.xmss.XMSSMTKeyGenerationParameters
XMSS^MT key-pair generation parameters.
-
Constructor Summary
ConstructorDescriptionXMSSMTKeyGenerationParameters
(XMSSMTParameters xmssmtParameters, SecureRandom prng) XMSSMT constructor... -
Method Summary
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
-
Constructor Details
-
XMSSMTKeyGenerationParameters
XMSSMT constructor...- Parameters:
prng
- Secure random to use.
-
-
Method Details
-
getParameters
-