Interface EncryptedHeader

All Superinterfaces:
ActorBearing, IdBearing, MustUnderstandBearing, MustUnderstandBearing, RelayBearing, RoleBearing, WSSecurityObject, XMLObject
All Known Implementing Classes:
EncryptedHeaderImpl

public interface EncryptedHeader
extends IdBearing, MustUnderstandBearing, ActorBearing, MustUnderstandBearing, RoleBearing, RelayBearing, WSSecurityObject
The <wsse:EncryptedHeader> element.
See Also:
EncryptedHeader, "WS-Security, Chapter 9.3 EncryptedHeader"
  • Field Details

    • ELEMENT_LOCAL_NAME

      static final String ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
      Constant Field Values
    • ELEMENT_NAME

      static final QName ELEMENT_NAME
      Qualified element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
      Constant Field Values
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getEncryptedData

      EncryptedData getEncryptedData()
      Gets the EncryptedData child element.
      Returns:
      the EncryptedData child element
    • setEncryptedData

      void setEncryptedData​(EncryptedData newEncryptedData)
      Sets the EncryptedData child element.
      Parameters:
      newEncryptedData - the new EncryptedData child element