public interface Binding
| Modifier and Type | Field and Description |
|---|---|
static String |
ENCRYPT_SIGN |
static String |
SIGN_ENCRYPT |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSuite |
getAlgorithmSuite()
returns the
AlgorithmSuite assertions defined in the policy. |
MessageLayout |
getLayout()
returns the Layout
MessageLayoutof the SecurityHeader. |
String |
getProtectionOrder()
gets data protection order should be one one of Binding.SIGN_ENCRYPT or Binding.ENCRYPT_SIGN
|
SecurityPolicyVersion |
getSecurityPolicyVersion() |
boolean |
getSignatureProtection() |
boolean |
getTokenProtection() |
boolean |
isDisableTimestampSigning() |
boolean |
isIncludeTimeStamp()
returns true if TimeStamp property is enabled in this binding
|
boolean |
isSignContent()
returns true if body and header content only has to be signed, false if entire body and header has to be signed.
|
static final String ENCRYPT_SIGN
static final String SIGN_ENCRYPT
AlgorithmSuite getAlgorithmSuite()
AlgorithmSuite assertions defined in the policy.AlgorithmSuiteboolean isIncludeTimeStamp()
boolean isDisableTimestampSigning()
MessageLayout getLayout()
MessageLayoutof the SecurityHeader.MessageLayoutboolean isSignContent()
String getProtectionOrder()
boolean getTokenProtection()
boolean getSignatureProtection()
SecurityPolicyVersion getSecurityPolicyVersion()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.