Package org.bouncycastle.pqc.crypto.lms
Class LMSKeyGenerationParameters
java.lang.Object
org.bouncycastle.crypto.KeyGenerationParameters
org.bouncycastle.pqc.crypto.lms.LMSKeyGenerationParameters
-
Constructor Summary
ConstructorDescriptionLMSKeyGenerationParameters
(LMSParameters lmsParameters, SecureRandom random) Base constructor - parameters and a source of randomness. -
Method Summary
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
-
Constructor Details
-
LMSKeyGenerationParameters
Base constructor - parameters and a source of randomness.- Parameters:
lmsParameters
- LMS parameter set to use.random
- the random byte source.
-
-
Method Details
-
getParameters
-