Interface EncryptionProperties

  • All Superinterfaces:
    XMLObject

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

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

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

      • 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