Class SLHDSAParameters

java.lang.Object
org.bouncycastle.pqc.crypto.slhdsa.SLHDSAParameters

@Deprecated public class SLHDSAParameters extends Object
Deprecated.
use org.bouncycastle.crypto.params.SLHDSAParameters
  • Field Details

    • TYPE_PURE

      public static final int TYPE_PURE
      Deprecated.
      See Also:
    • TYPE_SHA2_256

      public static final int TYPE_SHA2_256
      Deprecated.
      See Also:
    • TYPE_SHA2_512

      public static final int TYPE_SHA2_512
      Deprecated.
      See Also:
    • TYPE_SHAKE128

      public static final int TYPE_SHAKE128
      Deprecated.
      See Also:
    • TYPE_SHAKE256

      public static final int TYPE_SHAKE256
      Deprecated.
      See Also:
    • sha2_128f

      public static final SLHDSAParameters sha2_128f
      Deprecated.
    • sha2_128s

      public static final SLHDSAParameters sha2_128s
      Deprecated.
    • sha2_192f

      public static final SLHDSAParameters sha2_192f
      Deprecated.
    • sha2_192s

      public static final SLHDSAParameters sha2_192s
      Deprecated.
    • sha2_256f

      public static final SLHDSAParameters sha2_256f
      Deprecated.
    • sha2_256s

      public static final SLHDSAParameters sha2_256s
      Deprecated.
    • shake_128f

      public static final SLHDSAParameters shake_128f
      Deprecated.
    • shake_128s

      public static final SLHDSAParameters shake_128s
      Deprecated.
    • shake_192f

      public static final SLHDSAParameters shake_192f
      Deprecated.
    • shake_192s

      public static final SLHDSAParameters shake_192s
      Deprecated.
    • shake_256f

      public static final SLHDSAParameters shake_256f
      Deprecated.
    • shake_256s

      public static final SLHDSAParameters shake_256s
      Deprecated.
    • sha2_128f_with_sha256

      public static final SLHDSAParameters sha2_128f_with_sha256
      Deprecated.
    • sha2_128s_with_sha256

      public static final SLHDSAParameters sha2_128s_with_sha256
      Deprecated.
    • sha2_192f_with_sha512

      public static final SLHDSAParameters sha2_192f_with_sha512
      Deprecated.
    • sha2_192s_with_sha512

      public static final SLHDSAParameters sha2_192s_with_sha512
      Deprecated.
    • sha2_256f_with_sha512

      public static final SLHDSAParameters sha2_256f_with_sha512
      Deprecated.
    • sha2_256s_with_sha512

      public static final SLHDSAParameters sha2_256s_with_sha512
      Deprecated.
    • shake_128f_with_shake128

      public static final SLHDSAParameters shake_128f_with_shake128
      Deprecated.
    • shake_128s_with_shake128

      public static final SLHDSAParameters shake_128s_with_shake128
      Deprecated.
    • shake_192f_with_shake256

      public static final SLHDSAParameters shake_192f_with_shake256
      Deprecated.
    • shake_192s_with_shake256

      public static final SLHDSAParameters shake_192s_with_shake256
      Deprecated.
    • shake_256f_with_shake256

      public static final SLHDSAParameters shake_256f_with_shake256
      Deprecated.
    • shake_256s_with_shake256

      public static final SLHDSAParameters shake_256s_with_shake256
      Deprecated.
  • Method Details

    • getName

      public String getName()
      Deprecated.
    • getType

      public int getType()
      Deprecated.
    • getN

      public int getN()
      Deprecated.
    • isPreHash

      public boolean isPreHash()
      Deprecated.