Home
last modified time | relevance | path

Searched refs:rawCertificate (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx746 …ent_NssImpl :: createCertificateFromRaw( const Sequence< sal_Int8 >& rawCertificate ) throw( Secur… in createCertificateFromRaw() argument
749 if( rawCertificate.getLength() > 0 ) { in createCertificateFromRaw()
754 xcert->setRawCert( rawCertificate ) ; in createCertificateFromRaw()
H A Dsecurityenvironment_nssimpl.hxx161 …rtificateFromRaw( const ::com::sun::star::uno::Sequence< sal_Int8 >& rawCertificate ) throw( ::com…
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx918 …MSCryptImpl :: createCertificateFromRaw( const Sequence< sal_Int8 >& rawCertificate ) throw( Secur… in createCertificateFromRaw() argument
921 if( rawCertificate.getLength() > 0 ) { in createCertificateFromRaw()
926 xcert->setRawCert( rawCertificate ) ; in createCertificateFromRaw()
H A Dsecurityenvironment_mscryptimpl.hxx109 …rtificateFromRaw( const ::com::sun::star::uno::Sequence< sal_Int8 >& rawCertificate ) throw( ::com…
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXSecurityEnvironment.idl62 …curity::XCertificate createCertificateFromRaw( [in] sequence< byte > rawCertificate ) raises( com:…

Completed in 27 milliseconds