Lines Matching refs:X509Certificate_MSCryptImpl

178 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()
383 …::com::sun::star::security::XCertificateExtension > > SAL_CALL X509Certificate_MSCryptImpl :: getE… in getExtensions()
413 …< ::com::sun::star::security::XCertificateExtension > SAL_CALL X509Certificate_MSCryptImpl :: find… in findCertificateExtension()
440 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_MSCryptImpl :: getEncoded() th… in getEncoded()
454 void X509Certificate_MSCryptImpl :: setMswcryCert( const CERT_CONTEXT* cert ) { in setMswcryCert()
465 const CERT_CONTEXT* X509Certificate_MSCryptImpl :: getMswcryCert() const { in getMswcryCert()
473 void X509Certificate_MSCryptImpl :: setRawCert( Sequence< sal_Int8 > rawCert ) throw ( ::com::sun::… in setRawCert()
485 sal_Int64 SAL_CALL X509Certificate_MSCryptImpl :: getSomething( const Sequence< sal_Int8 >& aIdenti… in getSomething()
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()
571 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_MSCryptImpl::getSubjectPublicK… in getSubjectPublicKeyValue()
592 ::rtl::OUString SAL_CALL X509Certificate_MSCryptImpl::getSignatureAlgorithm() in getSignatureAlgorithm()
606 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_MSCryptImpl::getSHA1Thumbprint… in getSHA1Thumbprint()
612 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_MSCryptImpl::getMD5Thumbprint() in getMD5Thumbprint()
618 sal_Int32 SAL_CALL X509Certificate_MSCryptImpl::getCertificateUsage( ) in getCertificateUsage()