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

  • 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 @Live List<EncryptionProperty> getEncryptionProperties()
      Get the list of EncryptionProperty child elements.
      Returns:
      the List of EncryptionProperty child elements