Package org.bouncycastle.pqc.jcajce.spec
Class LMSHSSKeyGenParameterSpec
java.lang.Object
org.bouncycastle.pqc.jcajce.spec.LMSHSSKeyGenParameterSpec
- All Implemented Interfaces:
AlgorithmParameterSpec
ParameterSpec for keys using the LMS Hierarchical Signature System (HSS).
-
Constructor Summary
ConstructorDescriptionBase constructor, specify the LMS parameters at each level of the hierarchy. -
Method Summary
Modifier and TypeMethodDescriptionReturn the LMS parameters for the HSS hierarchy.
-
Constructor Details
-
LMSHSSKeyGenParameterSpec
Base constructor, specify the LMS parameters at each level of the hierarchy.- Parameters:
specs
- the LMS parameter specs for each level of the hierarchy.
-
-
Method Details
-
getLMSSpecs
Return the LMS parameters for the HSS hierarchy.- Returns:
- the HSS component LMS parameter specs.
-