Uses of Class
org.apache.wss4j.policy.model.AlgorithmSuite.STRType
-
Packages that use AlgorithmSuite.STRType Package Description org.apache.wss4j.policy.model -
-
Uses of AlgorithmSuite.STRType in org.apache.wss4j.policy.model
Methods in org.apache.wss4j.policy.model that return AlgorithmSuite.STRType Modifier and Type Method Description AlgorithmSuite.STRTypeAlgorithmSuite. getStrType()static AlgorithmSuite.STRTypeAlgorithmSuite.STRType. lookUp(String name)static AlgorithmSuite.STRTypeAlgorithmSuite.STRType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlgorithmSuite.STRType[]AlgorithmSuite.STRType. 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.STRType Modifier and Type Method Description protected voidAlgorithmSuite. setStrType(AlgorithmSuite.STRType strType)
-