public enum AS2MicAlgorithm extends Enum<AS2MicAlgorithm>
Modifier and Type | Method and Description |
---|---|
String |
getAs2AlgorithmName() |
static String |
getAS2AlgorithmName(String jdkAlgorithmName) |
String |
getJdkAlgorithmName() |
static String |
getJdkAlgorithmName(String as2AlgorithmName) |
static AS2MicAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AS2MicAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AS2MicAlgorithm SHA_1
public static final AS2MicAlgorithm MD5
public static AS2MicAlgorithm[] values()
for (AS2MicAlgorithm c : AS2MicAlgorithm.values()) System.out.println(c);
public static AS2MicAlgorithm 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 getJdkAlgorithmName()
public String getAs2AlgorithmName()
Apache Camel