public enum ESDKAlgorithmSuiteId extends java.lang.Enum<ESDKAlgorithmSuiteId>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ESDKAlgorithmSuiteId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESDKAlgorithmSuiteId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESDKAlgorithmSuiteId ALG_AES_128_GCM_IV12_TAG16_NO_KDF
public static final ESDKAlgorithmSuiteId ALG_AES_192_GCM_IV12_TAG16_NO_KDF
public static final ESDKAlgorithmSuiteId ALG_AES_256_GCM_IV12_TAG16_NO_KDF
public static final ESDKAlgorithmSuiteId ALG_AES_128_GCM_IV12_TAG16_HKDF_SHA256
public static final ESDKAlgorithmSuiteId ALG_AES_192_GCM_IV12_TAG16_HKDF_SHA256
public static final ESDKAlgorithmSuiteId ALG_AES_256_GCM_IV12_TAG16_HKDF_SHA256
public static final ESDKAlgorithmSuiteId ALG_AES_128_GCM_IV12_TAG16_HKDF_SHA256_ECDSA_P256
public static final ESDKAlgorithmSuiteId ALG_AES_192_GCM_IV12_TAG16_HKDF_SHA384_ECDSA_P384
public static final ESDKAlgorithmSuiteId ALG_AES_256_GCM_IV12_TAG16_HKDF_SHA384_ECDSA_P384
public static final ESDKAlgorithmSuiteId ALG_AES_256_GCM_HKDF_SHA512_COMMIT_KEY
public static final ESDKAlgorithmSuiteId ALG_AES_256_GCM_HKDF_SHA512_COMMIT_KEY_ECDSA_P384
public static ESDKAlgorithmSuiteId[] values()
for (ESDKAlgorithmSuiteId c : ESDKAlgorithmSuiteId.values()) System.out.println(c);
public static ESDKAlgorithmSuiteId 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<ESDKAlgorithmSuiteId>