Class StartKeyGenerationElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • StartKeyGenerationElement

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

      • getKeySizeAttribute

        public Integer getKeySizeAttribute()
        Receives the value of the ODFDOM attribute representation KeySizeAttribute , See @manifest:key-size
        Returns:
        - the Integer , the value or null, if the attribute is not set and no default value defined.
      • setKeySizeAttribute

        public void setKeySizeAttribute​(Integer keySizeValue)
        Sets the value of ODFDOM attribute representation KeySizeAttribute , See @manifest:key-size
        Parameters:
        keySizeValue - The type is Integer
      • getStartKeyGenerationNameAttribute

        public String getStartKeyGenerationNameAttribute()
        Receives the value of the ODFDOM attribute representation StartKeyGenerationNameAttribute , See @manifest:start-key-generation-name

        Attribute is mandatory.

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

        public void setStartKeyGenerationNameAttribute​(String startKeyGenerationNameValue)
        Sets the value of ODFDOM attribute representation StartKeyGenerationNameAttribute , See @manifest:start-key-generation-name
        Parameters:
        startKeyGenerationNameValue - The type is String