Package org.bouncycastle.pqc.jcajce.spec
Class LMSHSSParameterSpec
java.lang.Object
org.bouncycastle.pqc.jcajce.spec.LMSHSSParameterSpec
- All Implemented Interfaces:
AlgorithmParameterSpec
Deprecated.
use LMSKeyGenParameterSpec
ParameterSpec for keys using the LMS Hierarchical Signature System (HSS).
-
Constructor Summary
ConstructorDescriptionLMSHSSParameterSpec
(LMSParameterSpec[] specs) Deprecated.Base constructor, specify the LMS parameters at each level of the hierarchy. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the LMS parameters for the HSS hierarchy.
-
Constructor Details
-
LMSHSSParameterSpec
Deprecated.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
Deprecated.Return the LMS parameters for the HSS hierarchy.- Returns:
- the HSS component LMS parameter specs.
-