|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Binding
Base Interface for Security Policy Binding assertions, identifies Algorithms that are supported,describes the layout of the security header.
Field Summary | |
---|---|
static java.lang.String |
ENCRYPT_SIGN
|
static java.lang.String |
SIGN_ENCRYPT
|
Method Summary | |
---|---|
AlgorithmSuite |
getAlgorithmSuite()
returns the AlgorithmSuite assertions defined in the policy. |
MessageLayout |
getLayout()
returns the Layout MessageLayout of the SecurityHeader. |
java.lang.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. |
Field Detail |
---|
static final java.lang.String ENCRYPT_SIGN
static final java.lang.String SIGN_ENCRYPT
Method Detail |
---|
AlgorithmSuite getAlgorithmSuite()
AlgorithmSuite
assertions defined in the policy.
AlgorithmSuite
boolean isIncludeTimeStamp()
boolean isDisableTimestampSigning()
MessageLayout getLayout()
MessageLayout
of the SecurityHeader.
MessageLayout
boolean isSignContent()
java.lang.String getProtectionOrder()
boolean getTokenProtection()
boolean getSignatureProtection()
SecurityPolicyVersion getSecurityPolicyVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |