Home
last modified time | relevance | path

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

/trunk/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()
454 void X509Certificate_MSCryptImpl :: setMswcryCert( const CERT_CONTEXT* cert ) { in setMswcryCert()
465 const CERT_CONTEXT* X509Certificate_MSCryptImpl :: getMswcryCert() const { in getMswcryCert()
493 const Sequence< sal_Int8>& X509Certificate_MSCryptImpl :: getUnoTunnelId() { in getUnoTunnelId()
507 X509Certificate_MSCryptImpl* X509Certificate_MSCryptImpl :: getImplementation( const Reference< XIn… in getImplementation()
510 return ( X509Certificate_MSCryptImpl* )xUT->getSomething( getUnoTunnelId() ) ; in getImplementation()
557 ::rtl::OUString SAL_CALL X509Certificate_MSCryptImpl::getSubjectPublicKeyAlgorithm() in getSubjectPublicKeyAlgorithm()
592 ::rtl::OUString SAL_CALL X509Certificate_MSCryptImpl::getSignatureAlgorithm() in getSignatureAlgorithm()
612 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_MSCryptImpl::getMD5Thumbprint() in getMD5Thumbprint()
[all …]
H A Dsecurityenvironment_mscryptimpl.cxx509 X509Certificate_MSCryptImpl* xcert ; 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()
1004 …xcert = ( X509Certificate_MSCryptImpl* )xCertTunnel->getSomething( X509Certificate_MSCryptImpl::ge… in verifyCertificate()
1162 const X509Certificate_MSCryptImpl* xcert ; in getCertificateCharacters()
1169 …xcert = ( X509Certificate_MSCryptImpl* )xCertTunnel->getSomething( X509Certificate_MSCryptImpl::ge… in getCertificateCharacters()
[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…

Completed in 28 milliseconds