public static enum CompositeSignaturesConstants.CompositeName extends java.lang.Enum<CompositeSignaturesConstants.CompositeName>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
static CompositeSignaturesConstants.CompositeName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompositeSignaturesConstants.CompositeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompositeSignaturesConstants.CompositeName MLDSA44_RSA2048_PSS_SHA256
public static final CompositeSignaturesConstants.CompositeName MLDSA44_RSA2048_PKCS15_SHA256
public static final CompositeSignaturesConstants.CompositeName MLDSA44_Ed25519_SHA512
public static final CompositeSignaturesConstants.CompositeName MLDSA44_ECDSA_P256_SHA256
public static final CompositeSignaturesConstants.CompositeName MLDSA44_ECDSA_brainpoolP256r1_SHA256
public static final CompositeSignaturesConstants.CompositeName MLDSA65_RSA3072_PSS_SHA512
public static final CompositeSignaturesConstants.CompositeName MLDSA65_RSA3072_PKCS15_SHA512
public static final CompositeSignaturesConstants.CompositeName MLDSA65_ECDSA_brainpoolP256r1_SHA512
public static final CompositeSignaturesConstants.CompositeName MLDSA65_ECDSA_P256_SHA512
public static final CompositeSignaturesConstants.CompositeName MLDSA65_Ed25519_SHA512
public static final CompositeSignaturesConstants.CompositeName MLDSA87_ECDSA_P384_SHA512
public static final CompositeSignaturesConstants.CompositeName MLDSA87_ECDSA_brainpoolP384r1_SHA512
public static final CompositeSignaturesConstants.CompositeName MLDSA87_Ed448_SHA512
public static final CompositeSignaturesConstants.CompositeName Falcon512_ECDSA_P256_SHA256
public static final CompositeSignaturesConstants.CompositeName Falcon512_ECDSA_brainpoolP256r1_SHA256
public static final CompositeSignaturesConstants.CompositeName Falcon512_Ed25519_SHA512
public static CompositeSignaturesConstants.CompositeName[] values()
for (CompositeSignaturesConstants.CompositeName c : CompositeSignaturesConstants.CompositeName.values()) System.out.println(c);
public static CompositeSignaturesConstants.CompositeName valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getId()