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