Package org.bouncycastle.pqc.crypto.lms
Class HSSKeyGenerationParameters
java.lang.Object
org.bouncycastle.crypto.KeyGenerationParameters
org.bouncycastle.pqc.crypto.lms.HSSKeyGenerationParameters
-
Constructor Summary
ConstructorDescriptionHSSKeyGenerationParameters
(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
-
HSSKeyGenerationParameters
Base constructor - parameters and a source of randomness.- Parameters:
lmsParameters
- array of LMS parameters, one per level in the hierarchy (up to 8 levels).random
- the random byte source.
-
-
Method Details
-
getDepth
public int getDepth() -
getLmsParameters
-