Class LMSParameterSpec

java.lang.Object
org.bouncycastle.pqc.jcajce.spec.LMSParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec

public class LMSParameterSpec extends Object implements AlgorithmParameterSpec
Deprecated.
use LMSKeyGenParameterSpec
ParameterSpec for the Leighton-Micali Hash-Based Signature (LMS) scheme.
  • Constructor Details

    • LMSParameterSpec

      public LMSParameterSpec(LMSigParameters lmSigParams, LMOtsParameters lmOtsParameters)
      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 public LMSParameterSpec(LMSigParameters lmSigParams, LMOtsParameters lmOtsParameters)
      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

      public LMSigParameters getLMSigParameters()
      Deprecated.
      Return the LMS system signature parameters.
      Returns:
      the LMS system signature parameters.
    • getSigParams

      @Deprecated public LMSigParameters 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

      public LMOtsParameters getLMOtsParameters()
      Deprecated.
      Return the LM OTS parameters to use for the underlying one-time signature keys.
      Returns:
      the LM OTS parameters.
    • getOtsParams

      @Deprecated public LMOtsParameters getOtsParams()
      Deprecated.
      use getLMOtsParameters().
      Return the LM OTS parameters as the deprecated org.bouncycastle.pqc.crypto.lms type.
      Returns:
      the LM OTS parameters.