Class TransportBinding

    • Method Detail

      • addTransportToken

        public void addTransportToken​(Token token)
      • setAlgorithmSuite

        public void setAlgorithmSuite​(AlgorithmSuite algSuite)
      • includeTimeStamp

        public void includeTimeStamp​(boolean value)
      • isIncludeTimeStamp

        public boolean isIncludeTimeStamp()
        Description copied from interface: Binding
        returns true if TimeStamp property is enabled in this binding
        Specified by:
        isIncludeTimeStamp in interface Binding
        Returns:
        true or false
      • isSignContent

        public boolean isSignContent()
        Description copied from interface: Binding
        returns true if body and header content only has to be signed, false if entire body and header has to be signed.
        Specified by:
        isSignContent in interface Binding
        Returns:
        true if body and header content only has to be signed, false if entire body and header has to be signed.
      • setSignContent

        public void setSignContent​(boolean contentOnly)
      • setProtectionOrder

        public void setProtectionOrder​(String order)
      • getProtectionOrder

        public String getProtectionOrder()
        Description copied from interface: Binding
        gets data protection order should be one one of Binding.SIGN_ENCRYPT or Binding.ENCRYPT_SIGN
        Specified by:
        getProtectionOrder in interface Binding
        Returns:
        one of Binding.SIGN_ENCRYPT or Binding.ENCRYPT_SIGN
      • setTokenProtection

        public void setTokenProtection​(boolean token)
      • setSignatureProtection

        public void setSignatureProtection​(boolean token)
      • getTokenProtection

        public boolean getTokenProtection()
        Specified by:
        getTokenProtection in interface Binding
        Returns:
        true if token has to be protected else false.
      • getSignatureProtection

        public boolean getSignatureProtection()
        Specified by:
        getSignatureProtection in interface Binding
        Returns:
        true if signature has to be encrypted else false.