diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 17:15:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 17:15:42 +0000 |
commit | fc765d5320da798d9811d080a0bb554cd4f36647 (patch) | |
tree | ef6a318ae926da763dd77e916d0efa91a4c0f3ed /xmlsecurity | |
parent | fe2a8f350a4cbaf2ab6622f2690d3709520c1b4c (diff) |
INTEGRATION: CWS xmlsec08 (1.3.24); FILE MERGED
2005/01/20 03:34:31 mmi 1.3.24.1: smartcard support
Issue number: 38448
Submitted by:
Reviewed by:
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/tools/demo/util.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmlsecurity/tools/demo/util.hxx b/xmlsecurity/tools/demo/util.hxx index ac5dabcde898..4a44163975ba 100644 --- a/xmlsecurity/tools/demo/util.hxx +++ b/xmlsecurity/tools/demo/util.hxx @@ -2,9 +2,9 @@ * * $RCSfile: util.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mmi $ $Date: 2004-07-16 05:18:39 $ + * last change: $Author: vg $ $Date: 2005-03-10 18:15:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,4 +84,6 @@ ::rtl::OUString getSignatureInformations( const SignatureInformations& SignatureInformations, ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XSecurityEnvironment > xSecurityEnvironment ); -
\ No newline at end of file + +::com::sun::star::uno::Reference< ::com::sun::star::security::XCertificate > + getCertificateFromEnvironment( ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XSecurityEnvironment > xSecurityEnvironment , BOOL nType); |