public enum DBEAlgorithmSuiteId extends java.lang.Enum<DBEAlgorithmSuiteId>
| Enum Constant and Description |
|---|
ALG_AES_256_GCM_HKDF_SHA512_COMMIT_KEY_ECDSA_P384_SYMSIG_HMAC_SHA384 |
ALG_AES_256_GCM_HKDF_SHA512_COMMIT_KEY_SYMSIG_HMAC_SHA384 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static DBEAlgorithmSuiteId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBEAlgorithmSuiteId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBEAlgorithmSuiteId ALG_AES_256_GCM_HKDF_SHA512_COMMIT_KEY_SYMSIG_HMAC_SHA384
public static final DBEAlgorithmSuiteId ALG_AES_256_GCM_HKDF_SHA512_COMMIT_KEY_ECDSA_P384_SYMSIG_HMAC_SHA384
public static DBEAlgorithmSuiteId[] values()
for (DBEAlgorithmSuiteId c : DBEAlgorithmSuiteId.values()) System.out.println(c);
public static DBEAlgorithmSuiteId 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 toString()
toString in class java.lang.Enum<DBEAlgorithmSuiteId>