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 ProofEncryptionType
implements ProofEncryption

Author:
WS-Trust Implementation Team.

Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.ProofEncryptionType
any
 
Constructor Summary
ProofEncryptionImpl(ProofEncryptionType peType)
           
ProofEncryptionImpl(SecurityTokenReference str)
           
ProofEncryptionImpl(Token token)
           
 
Method Summary
 SecurityTokenReference getSecurityTokenReference()
           
 java.lang.String getTargetType()
           
 Token getToken()
           
 void setSecurityTokenReference(SecurityTokenReference ref)
           
 void setTargetType(java.lang.String ttype)
           
 void setToken(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(Token token)

ProofEncryptionImpl

public ProofEncryptionImpl(ProofEncryptionType peType)
                    throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getTargetType

public java.lang.String getTargetType()
Specified by:
getTargetType in interface ProofEncryption

setTargetType

public void setTargetType(java.lang.String ttype)
Specified by:
setTargetType in interface ProofEncryption

setSecurityTokenReference

public void setSecurityTokenReference(SecurityTokenReference ref)
Specified by:
setSecurityTokenReference in interface ProofEncryption

getSecurityTokenReference

public SecurityTokenReference getSecurityTokenReference()
Specified by:
getSecurityTokenReference in interface ProofEncryption

setToken

public void setToken(Token token)

getToken

public Token getToken()


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.