manifest:encryption-data
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:manifest:1.0
Schema document: OpenDocument-manifest-schema-v1.1.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- manifest:algorithm [1..1]
- manifest:key-derivation [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
manifest:checksum-type | [1..1] | xsd:string | from group manifest:encryption-data-attlist | |
manifest:checksum | [1..1] | xsd:base64Binary | from group manifest:encryption-data-attlist |
Used in
- Anonymous type of element manifest:file-entry
Sample instance
<manifest:encryption-data manifest:checksum-type="string" manifest:checksum="GpM7"> <manifest:algorithm manifest:algorithm-name="string" manifest:initialisation-vector="GpM7"/> <manifest:key-derivation manifest:key-derivation-name="string" manifest:salt="GpM7" manifest:iteration-count="1"/> </manifest:encryption-data>