| Package | Description |
|---|---|
| com.sun.xml.ws.security.impl.policy | |
| com.sun.xml.ws.security.policy |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSuiteValue |
AlgorithmSuite.getType() |
static AlgorithmSuiteValue |
PolicyUtil.isValidAlgorithmSuiteValue(com.sun.xml.ws.policy.PolicyAssertion assertion,
SecurityPolicyVersion spVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmSuite.setType(AlgorithmSuiteValue value) |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSuiteValue |
AlgorithmSuite.getType()
returns the Algorithm suite to be used.
|
static AlgorithmSuiteValue |
AlgorithmSuiteValue.valueOf(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 are declared.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.