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