Class 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 Detail

      • ProofEncryptionImpl

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

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

      • 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()