Package org.bouncycastle.pqc.jcajce.spec
Class LMSParameterSpec
java.lang.Object
org.bouncycastle.pqc.jcajce.spec.LMSParameterSpec
- All Implemented Interfaces:
AlgorithmParameterSpec
Deprecated.
use LMSKeyGenParameterSpec
ParameterSpec for the Leighton-Micali Hash-Based Signature (LMS) scheme.
-
Constructor Summary
ConstructorDescriptionLMSParameterSpec
(LMSigParameters lmSigParams, LMOtsParameters lmOtsParameters) Deprecated.Base constructor. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the LM OTS parameters to use for the underlying one-time signature keys.Deprecated.Return the LMS system signature parameters.
-
Constructor Details
-
LMSParameterSpec
Deprecated.Base constructor.- Parameters:
lmSigParams
- the LMS system signature parameters to use.lmOtsParameters
- the LM OTS parameters to use for the underlying one-time signature keys.
-
-
Method Details
-
getSigParams
Deprecated.Return the LMS system signature parameters.- Returns:
- the LMS system signature parameters.
-
getOtsParams
Deprecated.Return the LM OTS parameters to use for the underlying one-time signature keys.- Returns:
- the LM OTS parameters.
-