com.sun.xml.ws.security.trust.impl.wssx.elements
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
public class EncryptionImpl
- extends com.sun.xml.ws.security.trust.impl.wssx.bindings.EncryptionType
- implements Encryption
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.EncryptionType |
any |
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.EncryptionType |
getAny, setAny |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptionImpl
public EncryptionImpl(SecurityTokenReference str)
EncryptionImpl
public EncryptionImpl(com.sun.xml.ws.security.Token token)
EncryptionImpl
public EncryptionImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.EncryptionType encType)
throws java.lang.Exception
- Throws:
java.lang.Exception
getTargetType
public java.lang.String getTargetType()
- Description copied from interface:
Encryption
- Get the type of the Encryption information item
- Specified by:
getTargetType
in interface Encryption
setTargetType
public void setTargetType(java.lang.String ttype)
setSecurityTokenReference
public void setSecurityTokenReference(SecurityTokenReference ref)
- Description copied from interface:
Encryption
- Set the STR for the Token as the contents of Encryption
- Specified by:
setSecurityTokenReference
in interface Encryption
getSecurityTokenReference
public SecurityTokenReference getSecurityTokenReference()
- Description copied from interface:
Encryption
- Get the STR contained in this Encryption Type
- Specified by:
getSecurityTokenReference
in interface Encryption
setToken
public void setToken(com.sun.xml.ws.security.Token token)
- Description copied from interface:
Encryption
- Set the Token as the contents of Encryption
- Specified by:
setToken
in interface Encryption
getToken
public com.sun.xml.ws.security.Token getToken()
- Description copied from interface:
Encryption
- Get the Token contained in this Encryption instance
- Specified by:
getToken
in interface Encryption