summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 17:01:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 17:01:59 +0000
commitb1a7ab3f63dacb94f6b73db2532752e0bf6eb59f (patch)
tree0e02866dd00b43952d613cedc861d12f2c70b7ad /xmlsecurity/inc
parent94a07d33373cfdad62e4f9f68b3cf2323fea7f10 (diff)
INTEGRATION: CWS xmlsec08 (1.8.2); FILE MERGED
2005/02/17 17:55:30 mt 1.8.2.2: #i41270# Don't check for pric key in doc cert... 2005/01/21 10:57:34 pb 1.8.2.1: fix: #i40374# xmlsec07 update
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/xmlsecurity/certificateviewer.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
index e9babb88642d..6fcc04479c1f 100644
--- a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
+++ b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: certificateviewer.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2005-01-18 14:33:04 $
+ * last change: $Author: vg $ $Date: 2005-03-10 18:01:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,10 +96,12 @@ private:
OKButton maOkBtn;
HelpButton maHelpBtn;
+ BOOL mbCheckForPrivateKey;
+
cssu::Reference< dcss::xml::crypto::XSecurityEnvironment > mxSecurityEnvironment;
cssu::Reference< dcss::security::XCertificate > mxCert;
public:
- CertificateViewer( Window* pParent, const cssu::Reference< dcss::xml::crypto::XSecurityEnvironment >& rxSecurityEnvironment, const cssu::Reference< dcss::security::XCertificate >& rXCert );
+ CertificateViewer( Window* pParent, const cssu::Reference< dcss::xml::crypto::XSecurityEnvironment >& rxSecurityEnvironment, const cssu::Reference< dcss::security::XCertificate >& rXCert, BOOL bCheckForPrivateKey );
virtual ~CertificateViewer();
};