Uses of Class
com.sun.xml.ws.security.policy.AlgorithmSuiteValue

Packages that use AlgorithmSuiteValue
com.sun.xml.ws.security.impl.policy   
com.sun.xml.ws.security.policy   
 

Uses of AlgorithmSuiteValue in com.sun.xml.ws.security.impl.policy
 

Methods in com.sun.xml.ws.security.impl.policy that return AlgorithmSuiteValue
 AlgorithmSuiteValue AlgorithmSuite.getType()
           
static AlgorithmSuiteValue PolicyUtil.isValidAlgorithmSuiteValue(com.sun.xml.ws.policy.PolicyAssertion assertion, SecurityPolicyVersion spVersion)
           
 

Methods in com.sun.xml.ws.security.impl.policy with parameters of type AlgorithmSuiteValue
 void AlgorithmSuite.setType(AlgorithmSuiteValue value)
           
 

Uses of AlgorithmSuiteValue in com.sun.xml.ws.security.policy
 

Methods in com.sun.xml.ws.security.policy that return AlgorithmSuiteValue
 AlgorithmSuiteValue AlgorithmSuite.getType()
          returns the Algorithm suite to be used.
static AlgorithmSuiteValue AlgorithmSuiteValue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AlgorithmSuiteValue[] AlgorithmSuiteValue.values()
          Returns an array containing the constants of this enum type, in the order they're declared.