Package org.bouncycastle.pqc.jcajce.spec
Class LMSHSSParameterSpec
- java.lang.Object
-
- org.bouncycastle.pqc.jcajce.spec.LMSHSSParameterSpec
-
- All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec
public class LMSHSSParameterSpec extends java.lang.Object implements java.security.spec.AlgorithmParameterSpec
Deprecated.use LMSKeyGenParameterSpecParameterSpec for keys using the LMS Hierarchical Signature System (HSS).
-
-
Constructor Summary
Constructors Constructor Description LMSHSSParameterSpec(LMSParameterSpec[] specs)
Deprecated.Base constructor, specify the LMS parameters at each level of the hierarchy.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LMSParameterSpec[]
getLMSSpecs()
Deprecated.Return the LMS parameters for the HSS hierarchy.
-
-
-
Constructor Detail
-
LMSHSSParameterSpec
public LMSHSSParameterSpec(LMSParameterSpec[] specs)
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 Detail
-
getLMSSpecs
public LMSParameterSpec[] getLMSSpecs()
Deprecated.Return the LMS parameters for the HSS hierarchy.- Returns:
- the HSS component LMS parameter specs.
-
-