Class AlgorithmElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • AlgorithmElement

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

      • getAlgorithmNameAttribute

        public String getAlgorithmNameAttribute()
        Receives the value of the ODFDOM attribute representation AlgorithmNameAttribute , See @manifest:algorithm-name

        Attribute is mandatory.

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

        public void setAlgorithmNameAttribute​(String algorithmNameValue)
        Sets the value of ODFDOM attribute representation AlgorithmNameAttribute , See @manifest:algorithm-name
        Parameters:
        algorithmNameValue - The type is String
      • getInitialisationVectorAttribute

        public String getInitialisationVectorAttribute()
        Receives the value of the ODFDOM attribute representation InitialisationVectorAttribute , See @manifest:initialisation-vector

        Attribute is mandatory.

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

        public void setInitialisationVectorAttribute​(String initialisationVectorValue)
        Sets the value of ODFDOM attribute representation InitialisationVectorAttribute , See @manifest:initialisation-vector
        Parameters:
        initialisationVectorValue - The type is String