Class RequestedProofTokenImpl

  • All Implemented Interfaces:
    com.sun.xml.ws.security.trust.elements.RequestedProofToken

    public class RequestedProofTokenImpl
    extends RequestedProofTokenType
    implements com.sun.xml.ws.security.trust.elements.RequestedProofToken
    Author:
    Manveen Kaur
    • Constructor Detail

      • RequestedProofTokenImpl

        public RequestedProofTokenImpl()
      • RequestedProofTokenImpl

        public RequestedProofTokenImpl​(String proofTokenType)
    • Method Detail

      • getProofTokenType

        public String getProofTokenType()
        Specified by:
        getProofTokenType in interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
      • setProofTokenType

        public final void setProofTokenType​(@NotNull
                                            String proofTokenType)
        Specified by:
        setProofTokenType in interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
      • setSecurityTokenReference

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

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

        public final void setComputedKey​(@NotNull
                                         URI computedKey)
        Specified by:
        setComputedKey in interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
      • getComputedKey

        public URI getComputedKey()
        Specified by:
        getComputedKey in interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
      • setBinarySecret

        public final void setBinarySecret​(com.sun.xml.ws.security.trust.elements.BinarySecret secret)
        Specified by:
        setBinarySecret in interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
      • getBinarySecret

        public com.sun.xml.ws.security.trust.elements.BinarySecret getBinarySecret()
        Specified by:
        getBinarySecret in interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
      • fromElement

        public static RequestedProofTokenType fromElement​(Element element)
                                                   throws com.sun.xml.ws.api.security.trust.WSTrustException
        Throws:
        com.sun.xml.ws.api.security.trust.WSTrustException