Class EncryptionImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.EncryptionType
com.sun.xml.ws.security.trust.impl.wssx.elements.EncryptionImpl
- All Implemented Interfaces:
Encryption
- Author:
- Manveen Kaur
-
Field Summary
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.EncryptionType
any -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the STR contained in this Encryption TypeGet the type of the Encryption information itemgetToken()Get the Token contained in this Encryption instancevoidSet the STR for the Token as the contents of EncryptionvoidsetTargetType(String ttype) voidSet the Token as the contents of EncryptionMethods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.EncryptionType
getAny, setAnyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.security.trust.elements.Encryption
getAny, setAny
-
Constructor Details
-
EncryptionImpl
-
EncryptionImpl
-
EncryptionImpl
-
-
Method Details
-
getTargetType
Description copied from interface:EncryptionGet the type of the Encryption information item- Specified by:
getTargetTypein interfaceEncryption
-
setTargetType
-
setSecurityTokenReference
Description copied from interface:EncryptionSet the STR for the Token as the contents of Encryption- Specified by:
setSecurityTokenReferencein interfaceEncryption
-
getSecurityTokenReference
Description copied from interface:EncryptionGet the STR contained in this Encryption Type- Specified by:
getSecurityTokenReferencein interfaceEncryption
-
setToken
Description copied from interface:EncryptionSet the Token as the contents of Encryption- Specified by:
setTokenin interfaceEncryption
-
getToken
Description copied from interface:EncryptionGet the Token contained in this Encryption instance- Specified by:
getTokenin interfaceEncryption
-