Lines Matching refs:X509Certificate_NssImpl

63 X509Certificate_NssImpl :: X509Certificate_NssImpl() :  in X509Certificate_NssImpl()  function in X509Certificate_NssImpl
68 X509Certificate_NssImpl :: ~X509Certificate_NssImpl() { in ~X509Certificate_NssImpl()
75 sal_Int16 SAL_CALL X509Certificate_NssImpl :: getVersion() throw ( ::com::sun::star::uno::RuntimeEx… in getVersion()
86 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_NssImpl :: getSerialNumber() t… in getSerialNumber()
98 ::rtl::OUString SAL_CALL X509Certificate_NssImpl :: getIssuerName() throw ( ::com::sun::star::uno::… in getIssuerName()
106 ::rtl::OUString SAL_CALL X509Certificate_NssImpl :: getSubjectName() throw ( ::com::sun::star::uno:… in getSubjectName()
114 ::com::sun::star::util::DateTime SAL_CALL X509Certificate_NssImpl :: getNotValidBefore() throw ( ::… in getNotValidBefore()
143 ::com::sun::star::util::DateTime SAL_CALL X509Certificate_NssImpl :: getNotValidAfter() throw ( ::c… in getNotValidAfter()
172 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_NssImpl :: getIssuerUniqueID()… in getIssuerUniqueID()
184 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_NssImpl :: getSubjectUniqueID(… in getSubjectUniqueID()
196 …< ::com::sun::star::security::XCertificateExtension > > SAL_CALL X509Certificate_NssImpl :: getExt… in getExtensions()
238 …ce< ::com::sun::star::security::XCertificateExtension > SAL_CALL X509Certificate_NssImpl :: findCe… in findCertificateExtension()
272 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_NssImpl :: getEncoded() throw … in getEncoded()
286 void X509Certificate_NssImpl :: setCert( CERTCertificate* cert ) { in setCert()
297 const CERTCertificate* X509Certificate_NssImpl :: getNssCert() const { in getNssCert()
305 void X509Certificate_NssImpl :: setRawCert( Sequence< sal_Int8 > rawCert ) throw ( ::com::sun::star… in setRawCert()
325 sal_Int64 SAL_CALL X509Certificate_NssImpl :: getSomething( const Sequence< sal_Int8 >& aIdentifier… in getSomething()
333 const Sequence< sal_Int8>& X509Certificate_NssImpl :: getUnoTunnelId() { in getUnoTunnelId()
347 X509Certificate_NssImpl* X509Certificate_NssImpl :: getImplementation( const Reference< XInterface … in getImplementation()
350 return reinterpret_cast<X509Certificate_NssImpl*>( in getImplementation()
397 ::rtl::OUString SAL_CALL X509Certificate_NssImpl::getSubjectPublicKeyAlgorithm() in getSubjectPublicKeyAlgorithm()
410 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_NssImpl::getSubjectPublicKeyVa… in getSubjectPublicKeyValue()
433 ::rtl::OUString SAL_CALL X509Certificate_NssImpl::getSignatureAlgorithm() in getSignatureAlgorithm()
446 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_NssImpl::getSHA1Thumbprint() in getSHA1Thumbprint()
452 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL X509Certificate_NssImpl::getMD5Thumbprint() in getMD5Thumbprint()
458 sal_Int32 SAL_CALL X509Certificate_NssImpl::getCertificateUsage( ) in getCertificateUsage()