Interface EncryptionProperties

All Superinterfaces:
XMLObject
All Known Implementing Classes:
EncryptionPropertiesImpl

public interface EncryptionProperties extends XMLObject
XMLObject representing XML Encryption, version 20021210, EncryptionProperties element.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default 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.
    • ID_ATTRIB_NAME

      static final String ID_ATTRIB_NAME
      ID attribute name.
      See Also:
  • Method Details

    • getID

      @Nullable String getID()
      Get the ID attribute that uniquely identifies this element.
      Returns:
      ID attribute
    • setID

      void setID(@Nullable String newID)
      Set the ID attribute that uniquely identifies this element.
      Parameters:
      newID - the new ID attribute value
    • getEncryptionProperties

      @Nonnull List<EncryptionProperty> getEncryptionProperties()
      Get the list of EncryptionProperty child elements.
      Returns:
      the List of EncryptionProperty child elements