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
ConstructorsConstructorDescriptionLMSParameterSpec(LMSigParameters lmSigParams, LMOtsParameters lmOtsParameters) Deprecated.Base constructor.LMSParameterSpec(LMSigParameters lmSigParams, LMOtsParameters lmOtsParameters) Deprecated.use the constructor taking the org.bouncycastle.crypto.params types. -
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.Deprecated.use getLMOtsParameters().Deprecated.use getLMSigParameters().
-
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.
-
LMSParameterSpec
Deprecated.use the constructor taking the org.bouncycastle.crypto.params types.Base constructor taking the deprecated org.bouncycastle.pqc.crypto.lms parameter types.- 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
-
getLMSigParameters
Deprecated.Return the LMS system signature parameters.- Returns:
- the LMS system signature parameters.
-
getSigParams
Deprecated.use getLMSigParameters().Return the LMS system signature parameters as the deprecated org.bouncycastle.pqc.crypto.lms type.- Returns:
- the LMS system signature parameters.
-
getLMOtsParameters
Deprecated.Return the LM OTS parameters to use for the underlying one-time signature keys.- Returns:
- the LM OTS parameters.
-
getOtsParams
Deprecated.use getLMOtsParameters().Return the LM OTS parameters as the deprecated org.bouncycastle.pqc.crypto.lms type.- Returns:
- the LM OTS parameters.
-