Class KeyDerivationElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • KeyDerivationElement

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

      • getIterationCountAttribute

        public Integer getIterationCountAttribute()
        Receives the value of the ODFDOM attribute representation IterationCountAttribute , See @manifest:iteration-count

        Attribute is mandatory.

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

        public void setIterationCountAttribute​(Integer iterationCountValue)
        Sets the value of ODFDOM attribute representation IterationCountAttribute , See @manifest:iteration-count
        Parameters:
        iterationCountValue - The type is Integer
      • getKeyDerivationNameAttribute

        public String getKeyDerivationNameAttribute()
        Receives the value of the ODFDOM attribute representation KeyDerivationNameAttribute , See @manifest:key-derivation-name

        Attribute is mandatory.

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

        public void setKeyDerivationNameAttribute​(String keyDerivationNameValue)
        Sets the value of ODFDOM attribute representation KeyDerivationNameAttribute , See @manifest:key-derivation-name
        Parameters:
        keyDerivationNameValue - The type is String
      • 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
      • getSaltAttribute

        public String getSaltAttribute()
        Receives the value of the ODFDOM attribute representation SaltAttribute , See @manifest:salt

        Attribute is mandatory.

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

        public void setSaltAttribute​(String saltValue)
        Sets the value of ODFDOM attribute representation SaltAttribute , See @manifest:salt
        Parameters:
        saltValue - The type is String