Enum Class CompositeSignaturesConstants.CompositeName
java.lang.Object
java.lang.Enum<CompositeSignaturesConstants.CompositeName>
org.bouncycastle.jcajce.provider.asymmetric.compositesignatures.CompositeSignaturesConstants.CompositeName
- All Implemented Interfaces:
Serializable
,Comparable<CompositeSignaturesConstants.CompositeName>
,Constable
- Enclosing class:
CompositeSignaturesConstants
public static enum CompositeSignaturesConstants.CompositeName
extends Enum<CompositeSignaturesConstants.CompositeName>
Enum of supported composited signature schemes. Each one corresponds to a value from supportedIdentifiers.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
-
Enum Constant Details
-
MLDSA44_RSA2048_PSS_SHA256
-
MLDSA44_RSA2048_PKCS15_SHA256
-
MLDSA44_Ed25519_SHA512
-
MLDSA44_ECDSA_P256_SHA256
-
MLDSA44_ECDSA_brainpoolP256r1_SHA256
-
MLDSA65_RSA3072_PSS_SHA512
-
MLDSA65_RSA3072_PKCS15_SHA512
-
MLDSA65_ECDSA_brainpoolP256r1_SHA512
-
MLDSA65_ECDSA_P256_SHA512
-
MLDSA65_Ed25519_SHA512
-
MLDSA87_ECDSA_P384_SHA512
-
MLDSA87_ECDSA_brainpoolP384r1_SHA512
-
MLDSA87_Ed448_SHA512
-
Falcon512_ECDSA_P256_SHA256
-
Falcon512_ECDSA_brainpoolP256r1_SHA256
public static final CompositeSignaturesConstants.CompositeName Falcon512_ECDSA_brainpoolP256r1_SHA256 -
Falcon512_Ed25519_SHA512
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getId
-