Class LMOtsParameters

java.lang.Object
org.bouncycastle.pqc.crypto.lms.LMOtsParameters

@Deprecated public class LMOtsParameters extends Object
Deprecated.
use LMOtsParameters instead.
  • Field Details

    • reserved

      public static final int reserved
      Deprecated.
      See Also:
    • sha256_n32_w1

      public static final LMOtsParameters sha256_n32_w1
      Deprecated.
    • sha256_n32_w2

      public static final LMOtsParameters sha256_n32_w2
      Deprecated.
    • sha256_n32_w4

      public static final LMOtsParameters sha256_n32_w4
      Deprecated.
    • sha256_n32_w8

      public static final LMOtsParameters sha256_n32_w8
      Deprecated.
    • sha256_n24_w1

      public static final LMOtsParameters sha256_n24_w1
      Deprecated.
    • sha256_n24_w2

      public static final LMOtsParameters sha256_n24_w2
      Deprecated.
    • sha256_n24_w4

      public static final LMOtsParameters sha256_n24_w4
      Deprecated.
    • sha256_n24_w8

      public static final LMOtsParameters sha256_n24_w8
      Deprecated.
    • shake256_n32_w1

      public static final LMOtsParameters shake256_n32_w1
      Deprecated.
    • shake256_n32_w2

      public static final LMOtsParameters shake256_n32_w2
      Deprecated.
    • shake256_n32_w4

      public static final LMOtsParameters shake256_n32_w4
      Deprecated.
    • shake256_n32_w8

      public static final LMOtsParameters shake256_n32_w8
      Deprecated.
    • shake256_n24_w1

      public static final LMOtsParameters shake256_n24_w1
      Deprecated.
    • shake256_n24_w2

      public static final LMOtsParameters shake256_n24_w2
      Deprecated.
    • shake256_n24_w4

      public static final LMOtsParameters shake256_n24_w4
      Deprecated.
    • shake256_n24_w8

      public static final LMOtsParameters shake256_n24_w8
      Deprecated.
  • Constructor Details

    • LMOtsParameters

      protected LMOtsParameters(int type, int n, int w, int p, int ls, int sigLen, ASN1ObjectIdentifier digestOID)
      Deprecated.
  • Method Details

    • getType

      public int getType()
      Deprecated.
    • getN

      public int getN()
      Deprecated.
    • getW

      public int getW()
      Deprecated.
    • getP

      public int getP()
      Deprecated.
    • getLs

      public int getLs()
      Deprecated.
    • getSigLen

      public int getSigLen()
      Deprecated.
    • getDigestOID

      public ASN1ObjectIdentifier getDigestOID()
      Deprecated.
    • getParametersForType

      public static LMOtsParameters getParametersForType(int type)
      Deprecated.