public enum SignatureDigestAlgorithmConstants extends Enum<SignatureDigestAlgorithmConstants>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SignatureDigestAlgorithmConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureDigestAlgorithmConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignatureDigestAlgorithmConstants SHA1
public static final SignatureDigestAlgorithmConstants SHA256
public static final SignatureDigestAlgorithmConstants SHA224
public static final SignatureDigestAlgorithmConstants SHA384
public static final SignatureDigestAlgorithmConstants SHA512
public static SignatureDigestAlgorithmConstants[] values()
for (SignatureDigestAlgorithmConstants c : SignatureDigestAlgorithmConstants.values()) System.out.println(c);
public static SignatureDigestAlgorithmConstants 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<SignatureDigestAlgorithmConstants>Copyright © 2024 MuleSoft, Inc.. All rights reserved.