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.
  • Method Details

    • getSigParams

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

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