Package com.sun.xml.ws.security.policy
Interface SymmetricBinding
- All Superinterfaces:
Binding
- All Known Implementing Classes:
SymmetricBinding
Binding defines SignatureToken and Encryption Token used from initiator to recipient and from recipient to initiator.
- Author:
- K.Venugopal@sun.com
-
Field Summary
Fields inherited from interface com.sun.xml.ws.security.policy.Binding
ENCRYPT_SIGN, SIGN_ENCRYPT -
Method Summary
Modifier and TypeMethodDescriptionreturns the EncryptionTokenreturn token to be used for signature and encryption operations.returns token to be used for Signature operationsMethods inherited from interface com.sun.xml.ws.security.policy.Binding
getAlgorithmSuite, getLayout, getProtectionOrder, getSecurityPolicyVersion, getSignatureProtection, getTokenProtection, isDisableTimestampSigning, isIncludeTimeStamp, isSignContent
-
Method Details
-
getEncryptionToken
Token getEncryptionToken()returns the EncryptionToken- Returns:
Token
-
getSignatureToken
Token getSignatureToken()returns token to be used for Signature operations- Returns:
Token
-
getProtectionToken
Token getProtectionToken()return token to be used for signature and encryption operations.- Returns:
Token
-