Home
last modified time | relevance | path

Searched refs:getPubKey (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx435 HCRYPTKEY SecurityEnvironment_MSCryptImpl :: getPubKey( unsigned int position ) throw( Exception , … in getPubKey() function in SecurityEnvironment_MSCryptImpl
1265 for( i = 0 ; ( pubKey = getPubKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
H A Dxmlsecuritycontext_mscryptimpl.cxx185 for( i = 0 ; ( pubKey = pSecEnv->getPubKey( i ) ) != NULL ; i ++ ) {
H A Dsecurityenvironment_mscryptimpl.hxx181 …virtual HCRYPTKEY getPubKey( unsigned int position ) throw( ::com::sun::star::uno::Exception , ::c…
/aoo41x/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx390 SECKEYPublicKey* SecurityEnvironment_NssImpl :: getPubKey( unsigned int position ) throw( Exception… in getPubKey() function in SecurityEnvironment_NssImpl
1147 for( i = 0 ; ( pubKey = this->getPubKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
H A Dxmlsecuritycontext_nssimpl.cxx207 for( i = 0 ; ( pubKey = pSecEnv->getPubKey( i ) ) != NULL ; i ++ ) {
H A Dsecurityenvironment_nssimpl.hxx145 …virtual SECKEYPublicKey* getPubKey( unsigned int position ) throw( ::com::sun::star::uno::Exceptio…

Completed in 37 milliseconds