public class LMSHSSKeyGenParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
| Constructor and Description |
|---|
LMSHSSKeyGenParameterSpec(LMSKeyGenParameterSpec... specs)
Base constructor, specify the LMS parameters at each level of the hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
LMSKeyGenParameterSpec[] |
getLMSSpecs()
Return the LMS parameters for the HSS hierarchy.
|
public LMSHSSKeyGenParameterSpec(LMSKeyGenParameterSpec... specs)
specs - the LMS parameter specs for each level of the hierarchy.public LMSKeyGenParameterSpec[] getLMSSpecs()