com.sun.xml.ws.security.trust.impl.wssx.elements
Class ProofEncryptionImpl

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.wssx.bindings.ProofEncryptionType
      extended by com.sun.xml.ws.security.trust.impl.wssx.elements.ProofEncryptionImpl
All Implemented Interfaces:
ProofEncryption

public class ProofEncryptionImpl
extends com.sun.xml.ws.security.trust.impl.wssx.bindings.ProofEncryptionType
implements ProofEncryption


Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.ProofEncryptionType
any
 
Constructor Summary
ProofEncryptionImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.ProofEncryptionType peType)
           
ProofEncryptionImpl(SecurityTokenReference str)
           
ProofEncryptionImpl(com.sun.xml.ws.security.Token token)
           
 
Method Summary
 SecurityTokenReference getSecurityTokenReference()
          Get the STR contained in this ProofEncryption Type
 java.lang.String getTargetType()
          Get the type of the ProofEncryption information item
 com.sun.xml.ws.security.Token getToken()
           
 void setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token as the contents of ProofEncryption
 void setTargetType(java.lang.String ttype)
          Set the type of the DelegateTo information item
 void setToken(com.sun.xml.ws.security.Token token)
           
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.ProofEncryptionType
getAny, setAny
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.ws.security.trust.elements.ProofEncryption
getAny, setAny
 

Constructor Detail

ProofEncryptionImpl

public ProofEncryptionImpl(SecurityTokenReference str)

ProofEncryptionImpl

public ProofEncryptionImpl(com.sun.xml.ws.security.Token token)

ProofEncryptionImpl

public ProofEncryptionImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.ProofEncryptionType peType)
                    throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getTargetType

public java.lang.String getTargetType()
Description copied from interface: ProofEncryption
Get the type of the ProofEncryption information item

Specified by:
getTargetType in interface ProofEncryption

setTargetType

public void setTargetType(java.lang.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 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 void setToken(com.sun.xml.ws.security.Token token)

getToken

public com.sun.xml.ws.security.Token getToken()