Class KeyDerivationElement

All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class KeyDerivationElement extends OdfElement
Manifest implementation of OpenDocument element <manifest:key-derivation>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • KeyDerivationElement

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

    • getOdfName

      public OdfName getOdfName()
      Get the element name
      Specified by:
      getOdfName in class OdfElement
      Returns:
      return OdfName the name of element <manifest:key-derivation>.
    • 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