Lines Matching refs:SecurityEnvironment_NssImpl

147 SecurityEnvironment_NssImpl :: SecurityEnvironment_NssImpl( const Reference< XMultiServiceFactory >…  in SecurityEnvironment_NssImpl()  function in SecurityEnvironment_NssImpl
153 SecurityEnvironment_NssImpl :: ~SecurityEnvironment_NssImpl() { in ~SecurityEnvironment_NssImpl()
185 void SAL_CALL SecurityEnvironment_NssImpl :: initialize( const Sequence< Any >& ) throw( Exception,… in initialize()
190 OUString SAL_CALL SecurityEnvironment_NssImpl :: getImplementationName() throw( RuntimeException ) { in getImplementationName()
195 sal_Bool SAL_CALL SecurityEnvironment_NssImpl :: supportsService( const OUString& serviceName) thro… in supportsService()
206 Sequence< OUString > SAL_CALL SecurityEnvironment_NssImpl :: getSupportedServiceNames() throw( Runt… in getSupportedServiceNames()
211 Sequence< OUString > SecurityEnvironment_NssImpl :: impl_getSupportedServiceNames() { in impl_getSupportedServiceNames()
218 OUString SecurityEnvironment_NssImpl :: impl_getImplementationName() throw( RuntimeException ) { in impl_getImplementationName()
223 Reference< XInterface > SAL_CALL SecurityEnvironment_NssImpl :: impl_createInstance( const Referenc… in impl_createInstance()
224 return Reference< XInterface >( *new SecurityEnvironment_NssImpl( aServiceManager ) ) ; in impl_createInstance()
227 Reference< XSingleServiceFactory > SecurityEnvironment_NssImpl :: impl_createFactory( const Referen… in impl_createFactory()
235 sal_Int64 SAL_CALL SecurityEnvironment_NssImpl :: getSomething( const Sequence< sal_Int8 >& aIdenti… in getSomething()
245 const Sequence< sal_Int8>& SecurityEnvironment_NssImpl :: getUnoTunnelId() { in getUnoTunnelId()
259 SecurityEnvironment_NssImpl* SecurityEnvironment_NssImpl :: getImplementation( const Reference< XIn… in getImplementation()
262 return reinterpret_cast<SecurityEnvironment_NssImpl*>( in getImplementation()
269 ::rtl::OUString SecurityEnvironment_NssImpl::getSecurityEnvironmentInformation() throw( ::com::sun:… in getSecurityEnvironmentInformation()
281 void SecurityEnvironment_NssImpl::addCryptoSlot( PK11SlotInfo* aSlot) throw( Exception , RuntimeExc… in addCryptoSlot()
287 CERTCertDBHandle* SecurityEnvironment_NssImpl :: getCertDb() throw( Exception , RuntimeException ) { in getCertDb()
292 void SecurityEnvironment_NssImpl :: setCertDb( CERTCertDBHandle* aCertDb ) throw( Exception , Runti… in setCertDb()
296 void SecurityEnvironment_NssImpl :: adoptSymKey( PK11SymKey* aSymKey ) throw( Exception , RuntimeEx… in adoptSymKey()
320 void SecurityEnvironment_NssImpl :: rejectSymKey( PK11SymKey* aSymKey ) throw( Exception , RuntimeE… in rejectSymKey()
336 PK11SymKey* SecurityEnvironment_NssImpl :: getSymKey( unsigned int position ) throw( Exception , Ru… in getSymKey()
350 void SecurityEnvironment_NssImpl :: adoptPubKey( SECKEYPublicKey* aPubKey ) throw( Exception , Runt… in adoptPubKey()
374 void SecurityEnvironment_NssImpl :: rejectPubKey( SECKEYPublicKey* aPubKey ) throw( Exception , Run… in rejectPubKey()
390 SECKEYPublicKey* SecurityEnvironment_NssImpl :: getPubKey( unsigned int position ) throw( Exception… in getPubKey()
404 void SecurityEnvironment_NssImpl :: adoptPriKey( SECKEYPrivateKey* aPriKey ) throw( Exception , Run… in adoptPriKey()
428 void SecurityEnvironment_NssImpl :: rejectPriKey( SECKEYPrivateKey* aPriKey ) throw( Exception , Ru… in rejectPriKey()
444 SECKEYPrivateKey* SecurityEnvironment_NssImpl :: getPriKey( unsigned int position ) throw( ::com::s… in getPriKey()
458 void SecurityEnvironment_NssImpl::updateSlots() in updateSlots()
518 SecurityEnvironment_NssImpl::getPersonalCertificates() throw( SecurityException , RuntimeException … in getPersonalCertificates()
583 Reference< XCertificate > SecurityEnvironment_NssImpl :: getCertificate( const OUString& issuerName… in getCertificate()
685 Reference< XCertificate > SecurityEnvironment_NssImpl :: getCertificate( const OUString& issuerName… in getCertificate()
690 Sequence< Reference < XCertificate > > SecurityEnvironment_NssImpl :: buildCertificatePath( const R… in buildCertificatePath()
746 Reference< XCertificate > SecurityEnvironment_NssImpl :: createCertificateFromRaw( const Sequence< … in createCertificateFromRaw()
762 Reference< XCertificate > SecurityEnvironment_NssImpl :: createCertificateFromAscii( const OUString… in createCertificateFromAscii()
781 sal_Int32 SecurityEnvironment_NssImpl ::
1006 sal_Int32 SecurityEnvironment_NssImpl::getCertificateCharacters( in getCertificateCharacters()
1109 xmlSecKeysMngrPtr SecurityEnvironment_NssImpl::createKeysManager() throw( Exception, RuntimeExcepti… in createKeysManager()
1163 void SecurityEnvironment_NssImpl::destroyKeysManager(xmlSecKeysMngrPtr pKeysMngr) throw( Exception,… in destroyKeysManager()