public enum EncryptionDigestAlgorithmConstants extends Enum<EncryptionDigestAlgorithmConstants>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static EncryptionDigestAlgorithmConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionDigestAlgorithmConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncryptionDigestAlgorithmConstants SHA1
public static final EncryptionDigestAlgorithmConstants SHA256
public static final EncryptionDigestAlgorithmConstants SHA384
public static final EncryptionDigestAlgorithmConstants SHA512
public static EncryptionDigestAlgorithmConstants[] values()
for (EncryptionDigestAlgorithmConstants c : EncryptionDigestAlgorithmConstants.values()) System.out.println(c);
public static EncryptionDigestAlgorithmConstants valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<EncryptionDigestAlgorithmConstants>Copyright © 2021 MuleSoft, Inc.. All rights reserved.