Class ProofEncryptionImpl

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

public class ProofEncryptionImpl extends ProofEncryptionType implements com.sun.xml.ws.security.trust.elements.ProofEncryption
Author:
WS-Trust Implementation Team.
  • Constructor Details

    • ProofEncryptionImpl

      public ProofEncryptionImpl(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference str)
    • ProofEncryptionImpl

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

      public ProofEncryptionImpl(ProofEncryptionType peType) throws Exception
      Throws:
      Exception
  • Method Details

    • getTargetType

      public String getTargetType()
      Specified by:
      getTargetType in interface com.sun.xml.ws.security.trust.elements.ProofEncryption
    • setTargetType

      public void setTargetType(String ttype)
      Specified by:
      setTargetType in interface com.sun.xml.ws.security.trust.elements.ProofEncryption
    • setSecurityTokenReference

      public void setSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref)
      Specified by:
      setSecurityTokenReference in interface com.sun.xml.ws.security.trust.elements.ProofEncryption
    • getSecurityTokenReference

      public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference getSecurityTokenReference()
      Specified by:
      getSecurityTokenReference in interface com.sun.xml.ws.security.trust.elements.ProofEncryption
    • setToken

      public void setToken(com.sun.xml.ws.security.Token token)
    • getToken

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