summaryrefslogtreecommitdiff
path: root/package/source/manifest/ManifestDefines.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-04-27 13:56:07 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-04-27 13:56:07 +0000
commitfa2de5099c00fabb952c039269f23f7f3689c586 (patch)
tree0476064e5fcd36451648736e4dcb6fccafd1f062 /package/source/manifest/ManifestDefines.hxx
parent7ddd39239c37d8a9b58f4c8fc17ff2b47fe0a20b (diff)
#86409# Support encryption in package files + a couple of optimisations
Diffstat (limited to 'package/source/manifest/ManifestDefines.hxx')
-rw-r--r--package/source/manifest/ManifestDefines.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/package/source/manifest/ManifestDefines.hxx b/package/source/manifest/ManifestDefines.hxx
index b3c1c7af6dd8..3fcf3e4d3ce2 100644
--- a/package/source/manifest/ManifestDefines.hxx
+++ b/package/source/manifest/ManifestDefines.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ManifestDefines.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mtg $ $Date: 2001-04-19 14:09:35 $
+ * last change: $Author: mtg $ $Date: 2001-04-27 14:56:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,8 +63,13 @@
#define ELEMENT_MANIFEST "manifest:manifest"
#define ELEMENT_FILE_ENTRY "manifest:file-entry"
+#define ELEMENT_ENCRYPTION_DATA "manifest:encryption-data"
+#define ELEMENT_INITIALISATION_VECTOR "manifest:initialisation-vector"
#define ATTRIBUTE_FULL_PATH "manifest:full-path"
#define ATTRIBUTE_MEDIA_TYPE "manifest:media-type"
+#define ATTRIBUTE_ALGORITHM "manifest:algorithm"
+#define ATTRIBUTE_SALT "manifest:salt"
+#define ATTRIBUTE_ITERATION_COUNT "manifest:iteration-count"
#define ATTRIBUTE_CDATA "CDATA"
#define ATTRIBUTE_XMLNS "xmlns:manifest"
#define MANIFEST_NAMESPACE "http://openoffice.org/2001/manifest"