com.sun.xml.ws.security.trust.impl.elements
Class EncryptionImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.bindings.EncryptionType
com.sun.xml.ws.security.trust.impl.elements.EncryptionImpl
- All Implemented Interfaces:
- Encryption
public class EncryptionImpl
- extends EncryptionType
- implements Encryption
- Author:
- Manveen Kaur
| Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.EncryptionType |
any |
| 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(Token token)
EncryptionImpl
public EncryptionImpl(EncryptionType encType)
getTargetType
public String getTargetType()
- Specified by:
getTargetType in interface Encryption
setTargetType
public final void setTargetType(String ttype)
setSecurityTokenReference
public final void setSecurityTokenReference(SecurityTokenReference ref)
- Specified by:
setSecurityTokenReference in interface Encryption
getSecurityTokenReference
public SecurityTokenReference getSecurityTokenReference()
- Specified by:
getSecurityTokenReference in interface Encryption
setToken
public final void setToken(Token token)
- Specified by:
setToken in interface Encryption
getToken
public Token getToken()
- Specified by:
getToken in interface Encryption
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.