| Modifier and Type | Class and Description |
|---|---|
class |
AlgorithmSuite |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSuite |
TransportBinding.getAlgorithmSuite() |
AlgorithmSuite |
AsymmetricBinding.getAlgorithmSuite() |
AlgorithmSuite |
SupportingTokens.getAlgorithmSuite() |
AlgorithmSuite |
SymmetricBinding.getAlgorithmSuite() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportBinding.setAlgorithmSuite(AlgorithmSuite algSuite) |
void |
AsymmetricBinding.setAlgorithmSuite(AlgorithmSuite algSuite) |
void |
SupportingTokens.setAlgorithmSuite(AlgorithmSuite algSuite) |
void |
SymmetricBinding.setAlgorithmSuite(AlgorithmSuite algSuite) |
| Modifier and Type | Field and Description |
|---|---|
AlgorithmSuite |
EncryptionTargetCreator.algorithmSuite |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSuite |
SecurityPolicyHolder.getBindingLevelAlgSuite() |
AlgorithmSuite |
XWSSPolicyGenerator.getBindingLevelAlgSuite() |
| Modifier and Type | Method and Description |
|---|---|
protected AlgorithmSuite |
XWSSPolicyGenerator.getAlgoSuite(AlgorithmSuite suite) |
void |
SecurityPolicyHolder.setBindingLevelAlgSuite(AlgorithmSuite suite) |
static void |
SecurityPolicyUtil.setCanonicalizationMethod(SignaturePolicy.FeatureBinding spFB,
AlgorithmSuite algorithmSuite) |
| Constructor and Description |
|---|
EncryptionAssertionProcessor(AlgorithmSuite algorithmSuite,
boolean enforce)
Creates a new instance of EncryptionAssertionProcessor
|
EncryptionTargetCreator(AlgorithmSuite algorithmSuite,
boolean enforce)
Creates a new instance of EncryptionTargetCreator
|
IntegrityAssertionProcessor(AlgorithmSuite algorithmSuite,
boolean contentOnly)
Creates a new instance of IntegrityAssertionProcessor
|
SignatureTargetCreator(boolean enforce,
AlgorithmSuite algorithmSuite,
boolean contentOnly)
Creates a new instance of SignatureTargetCreator
|
| Modifier and Type | Method and Description |
|---|---|
abstract AlgorithmSuite |
WSSecurityPolicyFactory.createAlgorithmSuite() |
AlgorithmSuite |
Binding.getAlgorithmSuite()
returns the
AlgorithmSuite assertions defined in the policy. |
AlgorithmSuite |
SupportingTokens.getAlgorithmSuite()
returns the
AlgorithmSuite which will identify algorithms to use. |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSuite |
WSSCPlugin.getAlgorithmSuite() |
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmSuite |
SecurityTubeBase.bindingLevelAlgSuite |
| Modifier and Type | Method and Description |
|---|---|
protected AlgorithmSuite |
SecurityTubeBase.getBindingAlgorithmSuite(com.sun.xml.ws.api.message.Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
protected AlgorithmSuite |
SecurityTubeBase.getAlgoSuite(AlgorithmSuite suite) |
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmSuite |
WSITAuthContextBase.bindingLevelAlgSuite |
| Modifier and Type | Method and Description |
|---|---|
protected AlgorithmSuite |
WSITAuthContextBase.getBindingAlgorithmSuite(com.sun.xml.ws.api.message.Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
protected AlgorithmSuite |
WSITAuthContextBase.getAlgoSuite(AlgorithmSuite suite) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.