Interface EncryptedHeader

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

The <wsse:EncryptedHeader> element.
See Also:
  • Field Details

    • ELEMENT_LOCAL_NAME

      static final String ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • 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:
    • 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