Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.spec
Class SLHDSAParameterSpec

java.lang.Object
  extended byorg.bouncycastle.jcajce.spec.SLHDSAParameterSpec
All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec

public class SLHDSAParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec

AlgorithmSpec for SLH-DSA


Field Summary
static SLHDSAParameterSpec slh_dsa_sha2_128f
           
static SLHDSAParameterSpec slh_dsa_sha2_128f_with_sha256
           
static SLHDSAParameterSpec slh_dsa_sha2_128s
           
static SLHDSAParameterSpec slh_dsa_sha2_128s_with_sha256
           
static SLHDSAParameterSpec slh_dsa_sha2_192f
           
static SLHDSAParameterSpec slh_dsa_sha2_192f_with_sha512
           
static SLHDSAParameterSpec slh_dsa_sha2_192s
           
static SLHDSAParameterSpec slh_dsa_sha2_192s_with_sha512
           
static SLHDSAParameterSpec slh_dsa_sha2_256f
           
static SLHDSAParameterSpec slh_dsa_sha2_256f_with_sha512
           
static SLHDSAParameterSpec slh_dsa_sha2_256s
           
static SLHDSAParameterSpec slh_dsa_sha2_256s_with_sha512
           
static SLHDSAParameterSpec slh_dsa_shake_128f
           
static SLHDSAParameterSpec slh_dsa_shake_128f_with_shake128
           
static SLHDSAParameterSpec slh_dsa_shake_128s
           
static SLHDSAParameterSpec slh_dsa_shake_128s_with_shake128
           
static SLHDSAParameterSpec slh_dsa_shake_192f
           
static SLHDSAParameterSpec slh_dsa_shake_192f_with_shake256
           
static SLHDSAParameterSpec slh_dsa_shake_192s
           
static SLHDSAParameterSpec slh_dsa_shake_192s_with_shake256
           
static SLHDSAParameterSpec slh_dsa_shake_256f
           
static SLHDSAParameterSpec slh_dsa_shake_256f_with_shake256
           
static SLHDSAParameterSpec slh_dsa_shake_256s
           
static SLHDSAParameterSpec slh_dsa_shake_256s_with_shake256
           
 
Method Summary
static SLHDSAParameterSpec fromName(java.lang.String name)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

slh_dsa_sha2_128f

public static final SLHDSAParameterSpec slh_dsa_sha2_128f

slh_dsa_sha2_128s

public static final SLHDSAParameterSpec slh_dsa_sha2_128s

slh_dsa_sha2_192f

public static final SLHDSAParameterSpec slh_dsa_sha2_192f

slh_dsa_sha2_192s

public static final SLHDSAParameterSpec slh_dsa_sha2_192s

slh_dsa_sha2_256f

public static final SLHDSAParameterSpec slh_dsa_sha2_256f

slh_dsa_sha2_256s

public static final SLHDSAParameterSpec slh_dsa_sha2_256s

slh_dsa_shake_128f

public static final SLHDSAParameterSpec slh_dsa_shake_128f

slh_dsa_shake_128s

public static final SLHDSAParameterSpec slh_dsa_shake_128s

slh_dsa_shake_192f

public static final SLHDSAParameterSpec slh_dsa_shake_192f

slh_dsa_shake_192s

public static final SLHDSAParameterSpec slh_dsa_shake_192s

slh_dsa_shake_256f

public static final SLHDSAParameterSpec slh_dsa_shake_256f

slh_dsa_shake_256s

public static final SLHDSAParameterSpec slh_dsa_shake_256s

slh_dsa_sha2_128f_with_sha256

public static final SLHDSAParameterSpec slh_dsa_sha2_128f_with_sha256

slh_dsa_sha2_128s_with_sha256

public static final SLHDSAParameterSpec slh_dsa_sha2_128s_with_sha256

slh_dsa_sha2_192f_with_sha512

public static final SLHDSAParameterSpec slh_dsa_sha2_192f_with_sha512

slh_dsa_sha2_192s_with_sha512

public static final SLHDSAParameterSpec slh_dsa_sha2_192s_with_sha512

slh_dsa_sha2_256f_with_sha512

public static final SLHDSAParameterSpec slh_dsa_sha2_256f_with_sha512

slh_dsa_sha2_256s_with_sha512

public static final SLHDSAParameterSpec slh_dsa_sha2_256s_with_sha512

slh_dsa_shake_128f_with_shake128

public static final SLHDSAParameterSpec slh_dsa_shake_128f_with_shake128

slh_dsa_shake_128s_with_shake128

public static final SLHDSAParameterSpec slh_dsa_shake_128s_with_shake128

slh_dsa_shake_192f_with_shake256

public static final SLHDSAParameterSpec slh_dsa_shake_192f_with_shake256

slh_dsa_shake_192s_with_shake256

public static final SLHDSAParameterSpec slh_dsa_shake_192s_with_shake256

slh_dsa_shake_256f_with_shake256

public static final SLHDSAParameterSpec slh_dsa_shake_256f_with_shake256

slh_dsa_shake_256s_with_shake256

public static final SLHDSAParameterSpec slh_dsa_shake_256s_with_shake256
Method Detail

getName

public java.lang.String getName()

fromName

public static SLHDSAParameterSpec fromName(java.lang.String name)

Bouncy Castle Cryptography Library 1.81