Class BinaryExchangeImpl

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

    public class BinaryExchangeImpl
    extends BinaryExchangeType
    implements com.sun.xml.ws.security.trust.elements.BinaryExchange
    Author:
    Manveen Kaur (manveen.kaur@sun.com).
    • Method Detail

      • getRawValue

        public byte[] getRawValue()
        Specified by:
        getRawValue in interface com.sun.xml.ws.security.trust.elements.BinaryExchange
      • getTextValue

        public String getTextValue()
        Specified by:
        getTextValue in interface com.sun.xml.ws.security.trust.elements.BinaryExchange
      • setTextValue

        public void setTextValue​(@NotNull
                                 String encodedText)
        Specified by:
        setTextValue in interface com.sun.xml.ws.security.trust.elements.BinaryExchange
      • setRawValue

        public final void setRawValue​(@NotNull
                                      byte[] rawText)
        Specified by:
        setRawValue in interface com.sun.xml.ws.security.trust.elements.BinaryExchange