com.sun.xml.ws.security.trust.impl.elements
Class ProofEncryptionImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.bindings.ProofEncryptionType
com.sun.xml.ws.security.trust.impl.elements.ProofEncryptionImpl
- All Implemented Interfaces:
- ProofEncryption
public class ProofEncryptionImpl
- extends ProofEncryptionType
- implements ProofEncryption
- Author:
- WS-Trust Implementation Team.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProofEncryptionImpl
public ProofEncryptionImpl(SecurityTokenReference str)
ProofEncryptionImpl
public ProofEncryptionImpl(Token token)
ProofEncryptionImpl
public ProofEncryptionImpl(ProofEncryptionType peType)
getTargetType
public String getTargetType()
- Description copied from interface:
ProofEncryption
- Get the type of the ProofEncryption information item
- Specified by:
getTargetType in interface ProofEncryption
setTargetType
public final void setTargetType(String ttype)
- Description copied from interface:
ProofEncryption
- Set the type of the DelegateTo information item
- Specified by:
setTargetType in interface ProofEncryption
- Parameters:
ttype - String
setSecurityTokenReference
public final void setSecurityTokenReference(SecurityTokenReference ref)
- Description copied from interface:
ProofEncryption
- Set the STR for the Token as the contents of ProofEncryption
- Specified by:
setSecurityTokenReference in interface ProofEncryption
getSecurityTokenReference
public SecurityTokenReference getSecurityTokenReference()
- Description copied from interface:
ProofEncryption
- Get the STR contained in this ProofEncryption Type
- Specified by:
getSecurityTokenReference in interface ProofEncryption
setToken
public final void setToken(Token token)
getToken
public Token getToken()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.