Package org.bouncycastle.jcajce.spec
Class SLHDSAParameterSpec
- java.lang.Object
-
- org.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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SLHDSAParameterSpec
fromName(java.lang.String name)
java.lang.String
getName()
-
-
-
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)
-
-