public static enum AlgorithmSuite.C14NType extends Enum<AlgorithmSuite.C14NType>
Enum Constant and Description |
---|
ExclusiveC14N |
InclusiveC14N |
InclusiveC14N11 |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static AlgorithmSuite.C14NType |
lookUp(String name) |
static AlgorithmSuite.C14NType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmSuite.C14NType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlgorithmSuite.C14NType ExclusiveC14N
public static final AlgorithmSuite.C14NType InclusiveC14N
public static final AlgorithmSuite.C14NType InclusiveC14N11
public static AlgorithmSuite.C14NType[] values()
for (AlgorithmSuite.C14NType c : AlgorithmSuite.C14NType.values()) System.out.println(c);
public static AlgorithmSuite.C14NType 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 static AlgorithmSuite.C14NType lookUp(String name)
public String getValue()
Copyright © 2021 JBoss by Red Hat. All rights reserved.