Home
last modified time | relevance | path

Searched refs:X509Certificate_MSCryptImpl (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dx509certificate_mscryptimpl.cxx178 X509Certificate_MSCryptImpl :: X509Certificate_MSCryptImpl() : in X509Certificate_MSCryptImpl() function in X509Certificate_MSCryptImpl
183 X509Certificate_MSCryptImpl :: ~X509Certificate_MSCryptImpl() { in ~X509Certificate_MSCryptImpl()
190 sal_Int16 SAL_CALL X509Certificate_MSCryptImpl :: getVersion() throw ( ::com::sun::star::uno::Runti… in getVersion()
198 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_MSCryptImpl :: getSerialNumber… in getSerialNumber()
210 ::rtl::OUString SAL_CALL X509Certificate_MSCryptImpl :: getIssuerName() throw ( ::com::sun::star::u… in getIssuerName()
260 ::rtl::OUString SAL_CALL X509Certificate_MSCryptImpl :: getSubjectName() throw ( ::com::sun::star::… in getSubjectName()
307 ::com::sun::star::util::DateTime SAL_CALL X509Certificate_MSCryptImpl :: getNotValidBefore() throw … in getNotValidBefore()
333 ::com::sun::star::util::DateTime SAL_CALL X509Certificate_MSCryptImpl :: getNotValidAfter() throw (… in getNotValidAfter()
359 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_MSCryptImpl :: getIssuerUnique… in getIssuerUniqueID()
371 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_MSCryptImpl :: getSubjectUniqu… in getSubjectUniqueID()
[all …]
H A Dsecurityenvironment_mscryptimpl.cxx75 extern X509Certificate_MSCryptImpl* MswcryCertContextToXCert( PCCERT_CONTEXT cert ) ;
509 X509Certificate_MSCryptImpl* xcert ; in getPersonalCertificates()
510 std::list< X509Certificate_MSCryptImpl* > certsList ; in getPersonalCertificates()
578 std::list< X509Certificate_MSCryptImpl* >::iterator xcertIt ; in getPersonalCertificates()
596 X509Certificate_MSCryptImpl *xcert = NULL ; in getCertificate()
799 const X509Certificate_MSCryptImpl* xcert ; in buildCertificatePath()
817 …xcert = ( X509Certificate_MSCryptImpl* )xCertTunnel->getSomething( X509Certificate_MSCryptImpl::ge… in buildCertificatePath()
887 X509Certificate_MSCryptImpl* pCert ; in buildCertificatePath()
919 X509Certificate_MSCryptImpl* xcert ; in createCertificateFromRaw()
922 xcert = new X509Certificate_MSCryptImpl() ; in createCertificateFromRaw()
[all …]
H A Dx509certificate_mscryptimpl.hxx44 class X509Certificate_MSCryptImpl : public ::cppu::WeakImplHelper2< class
52 X509Certificate_MSCryptImpl() ;
53 virtual ~X509Certificate_MSCryptImpl() ;
101 …static X509Certificate_MSCryptImpl* getImplementation( const ::com::sun::star::uno::Reference< ::c…