Interface SignatureConfirmation

All Superinterfaces:
IdBearing, WSSecurityObject, XMLObject
All Known Implementing Classes:
SignatureConfirmationImpl

public interface SignatureConfirmation extends IdBearing, WSSecurityObject
The <wsse11:SignatureConfirmation> element.
  • Field Details

  • Method Details

    • getValue

      @Nullable String getValue()
      Returns the Value attribute value.
      Returns:
      the Value attribute value or null.
    • setValue

      void setValue(@Nullable String newValue)
      Sets the Value attribute value.
      Parameters:
      newValue - the Value attribute value.