summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/xmlsecurity
diff options
context:
space:
mode:
authorMichael Mi <mmi@openoffice.org>2004-07-15 07:12:10 +0000
committerMichael Mi <mmi@openoffice.org>2004-07-15 07:12:10 +0000
commitff5c6eb43f8e45c4aa1ea84e68557f8d775f1adc (patch)
treec93657ff7e7ab09d5a341e083db463c0737f1f3c /xmlsecurity/inc/xmlsecurity
parent9e997f79d05ae5be084bed24758f38d4c49328c3 (diff)
Add thumbprint support in XCertificate.
Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity/inc/xmlsecurity')
-rw-r--r--xmlsecurity/inc/xmlsecurity/sigstruct.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/sigstruct.hxx b/xmlsecurity/inc/xmlsecurity/sigstruct.hxx
index 72b5d2231fae..65da1818c0dc 100644
--- a/xmlsecurity/inc/xmlsecurity/sigstruct.hxx
+++ b/xmlsecurity/inc/xmlsecurity/sigstruct.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sigstruct.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mt $ $Date: 2004-07-12 13:15:20 $
+ * last change: $Author: mmi $ $Date: 2004-07-15 08:12:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,13 @@
#define STATUS_VERIFY_SUCCEED 3
#define STATUS_VERIFY_FAIL 4
+/*
+ * type of reference
+ */
+#define TYPE_SAMEDOCUMENT_REFERENCE 1
+#define TYPE_BINARYSTREAM_REFERENCE 2
+#define TYPE_XMLSTREAM_REFERENCE 3
+
struct SignatureReferenceInformation
{
sal_Int32 nType;