Class EncryptionDataElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • EncryptionDataElement

        public EncryptionDataElement​(OdfFileDom ownerDoc)
        Create the instance of EncryptionDataElement
        Parameters:
        ownerDoc - The type is OdfFileDom
    • Method Detail

      • getChecksumAttribute

        public String getChecksumAttribute()
        Receives the value of the ODFDOM attribute representation ChecksumAttribute , See @manifest:checksum

        Attribute is mandatory.

        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setChecksumAttribute

        public void setChecksumAttribute​(String checksumValue)
        Sets the value of ODFDOM attribute representation ChecksumAttribute , See @manifest:checksum
        Parameters:
        checksumValue - The type is String
      • getChecksumTypeAttribute

        public String getChecksumTypeAttribute()
        Receives the value of the ODFDOM attribute representation ChecksumTypeAttribute , See @manifest:checksum-type

        Attribute is mandatory.

        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setChecksumTypeAttribute

        public void setChecksumTypeAttribute​(String checksumTypeValue)
        Sets the value of ODFDOM attribute representation ChecksumTypeAttribute , See @manifest:checksum-type
        Parameters:
        checksumTypeValue - The type is String