org.apache.wss4j.policy.model
Enum AlgorithmSuite.C14NType
java.lang.Object
java.lang.Enum<AlgorithmSuite.C14NType>
org.apache.wss4j.policy.model.AlgorithmSuite.C14NType
- All Implemented Interfaces:
- Serializable, Comparable<AlgorithmSuite.C14NType>
- Enclosing class:
- AlgorithmSuite
public static enum AlgorithmSuite.C14NType
- extends Enum<AlgorithmSuite.C14NType>
ExclusiveC14N
public static final AlgorithmSuite.C14NType ExclusiveC14N
InclusiveC14N
public static final AlgorithmSuite.C14NType InclusiveC14N
InclusiveC14N11
public static final AlgorithmSuite.C14NType InclusiveC14N11
values
public static AlgorithmSuite.C14NType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AlgorithmSuite.C14NType c : AlgorithmSuite.C14NType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AlgorithmSuite.C14NType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
lookUp
public static AlgorithmSuite.C14NType lookUp(String name)
getValue
public String getValue()
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.