Searched refs:rawCertificate (Results 1 – 5 of 5) sorted by relevance
746 …ent_NssImpl :: createCertificateFromRaw( const Sequence< sal_Int8 >& rawCertificate ) throw( Secur… in createCertificateFromRaw() argument749 if( rawCertificate.getLength() > 0 ) { in createCertificateFromRaw()754 xcert->setRawCert( rawCertificate ) ; in createCertificateFromRaw()
161 …rtificateFromRaw( const ::com::sun::star::uno::Sequence< sal_Int8 >& rawCertificate ) throw( ::com…
918 …MSCryptImpl :: createCertificateFromRaw( const Sequence< sal_Int8 >& rawCertificate ) throw( Secur… in createCertificateFromRaw() argument921 if( rawCertificate.getLength() > 0 ) { in createCertificateFromRaw()926 xcert->setRawCert( rawCertificate ) ; in createCertificateFromRaw()
109 …rtificateFromRaw( const ::com::sun::star::uno::Sequence< sal_Int8 >& rawCertificate ) throw( ::com…
62 …curity::XCertificate createCertificateFromRaw( [in] sequence< byte > rawCertificate ) raises( com:…
Completed in 35 milliseconds