Package org.bouncycastle.pqc.crypto.xmss
Class XMSSKeyGenerationParameters
- java.lang.Object
-
- org.bouncycastle.crypto.KeyGenerationParameters
-
- org.bouncycastle.pqc.crypto.xmss.XMSSKeyGenerationParameters
-
public final class XMSSKeyGenerationParameters extends KeyGenerationParameters
XMSS key-pair generation parameters.
-
-
Constructor Summary
Constructors Constructor Description XMSSKeyGenerationParameters(XMSSParameters xmssParameters, java.security.SecureRandom prng)
XMSSMT constructor...
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMSSParameters
getParameters()
-
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
-
-
-
-
Constructor Detail
-
XMSSKeyGenerationParameters
public XMSSKeyGenerationParameters(XMSSParameters xmssParameters, java.security.SecureRandom prng)
XMSSMT constructor...- Parameters:
prng
- Secure random to use.
-
-
Method Detail
-
getParameters
public XMSSParameters getParameters()
-
-