public class HSSKeyGenerationParameters extends KeyGenerationParameters
| Constructor and Description |
|---|
HSSKeyGenerationParameters(LMSParameters[] lmsParameters,
java.security.SecureRandom random)
Base constructor - parameters and a source of randomness.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth() |
LMSParameters[] |
getLmsParameters() |
getRandom, getStrengthpublic HSSKeyGenerationParameters(LMSParameters[] lmsParameters, java.security.SecureRandom random)
lmsParameters - array of LMS parameters, one per level in the hierarchy (up to 8 levels).random - the random byte source.public int getDepth()
public LMSParameters[] getLmsParameters()