diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 12:25:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 12:25:50 +0000 |
commit | 4660fb326ab7a0aed033a83762322107bb0876b2 (patch) | |
tree | 83c4dcee61ca19214bfc204a12c25d942fba553f /xmlsecurity | |
parent | 6541a4120ba827ea75ed05712395068273a64dd5 (diff) |
INTEGRATION: CWS xmlsec10 (1.3.38); FILE MERGED
2005/03/23 09:52:52 mmi 1.3.38.2: idl review
Issue number:
Submitted by:
Reviewed by:
2005/03/08 08:26:18 mmi 1.3.38.1: add key usage information
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx index 28ecf8a50806..a66758ba1aa0 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx +++ b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: x509certificate_mscryptimpl.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mmi $ $Date: 2004-07-15 08:12:09 $ + * last change: $Author: rt $ $Date: 2005-03-29 13:25:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,9 +117,9 @@ class X509Certificate_MSCryptImpl : public ::cppu::WeakImplHelper2< virtual ::rtl::OUString SAL_CALL getSubjectName() throw ( ::com::sun::star::uno::RuntimeException) ; - virtual ::com::sun::star::util::DateTime SAL_CALL getNotBefore() throw ( ::com::sun::star::uno::RuntimeException) ; + virtual ::com::sun::star::util::DateTime SAL_CALL getNotValidBefore() throw ( ::com::sun::star::uno::RuntimeException) ; - virtual ::com::sun::star::util::DateTime SAL_CALL getNotAfter() throw ( ::com::sun::star::uno::RuntimeException) ; + virtual ::com::sun::star::util::DateTime SAL_CALL getNotValidAfter() throw ( ::com::sun::star::uno::RuntimeException) ; virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getIssuerUniqueID() throw ( ::com::sun::star::uno::RuntimeException) ; @@ -127,7 +127,7 @@ class X509Certificate_MSCryptImpl : public ::cppu::WeakImplHelper2< virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::security::XCertificateExtension > > SAL_CALL getExtensions() throw ( ::com::sun::star::uno::RuntimeException) ; - virtual ::com::sun::star::uno::Reference< ::com::sun::star::security::XCertificateExtension > SAL_CALL findCertExtension( const ::com::sun::star::uno::Sequence< sal_Int8 >& oid ) throw (::com::sun::star::uno::RuntimeException) ; + virtual ::com::sun::star::uno::Reference< ::com::sun::star::security::XCertificateExtension > SAL_CALL findCertificateExtension( const ::com::sun::star::uno::Sequence< sal_Int8 >& oid ) throw (::com::sun::star::uno::RuntimeException) ; virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getEncoded() throw ( ::com::sun::star::uno::RuntimeException) ; @@ -146,6 +146,8 @@ class X509Certificate_MSCryptImpl : public ::cppu::WeakImplHelper2< virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getMD5Thumbprint() throw ( ::com::sun::star::uno::RuntimeException) ; + + virtual sal_Int32 SAL_CALL getCertificateUsage( ) throw ( ::com::sun::star::uno::RuntimeException) ; // MM : end //Methods from XUnoTunnel |