Uses of Class
org.apache.wss4j.policy.model.AlgorithmSuite.C14NType
-
Packages that use AlgorithmSuite.C14NType Package Description org.apache.wss4j.policy.model -
-
Uses of AlgorithmSuite.C14NType in org.apache.wss4j.policy.model
Methods in org.apache.wss4j.policy.model that return AlgorithmSuite.C14NType Modifier and Type Method Description AlgorithmSuite.C14NTypeAlgorithmSuite. getC14n()static AlgorithmSuite.C14NTypeAlgorithmSuite.C14NType. lookUp(String name)static AlgorithmSuite.C14NTypeAlgorithmSuite.C14NType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlgorithmSuite.C14NType[]AlgorithmSuite.C14NType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wss4j.policy.model with parameters of type AlgorithmSuite.C14NType Modifier and Type Method Description protected voidAlgorithmSuite. setC14n(AlgorithmSuite.C14NType c14n)
-