Anyways, am running into an issue and trying to get more information on the JCAPIUtil.getCSP and why it might be hitting a com.pheox.jcapi.JCAPIJNIRuntimeException. Enclosed is a stack trace.
Using MS CSP = Microsoft Enhanced Cryptographic Provider v1.0
CSP = ActivCard Gold Cryptographic Service Provider
CSP = Arcot Systems Cryptographic Service Provider v1.0
CSP = eToken Base Cryptographic Provider
CSP = Gemplus GemSAFE Card CSP v1.0
CSP = Infineon SICRYPT Base Smart Card CSP
CSP = Microsoft Base Cryptographic Provider v1.0
CSP = Microsoft Base DSS and Diffie-Hellman Cryptographic Provider
CSP = Microsoft Base DSS Cryptographic Provider
CSP = Microsoft DH SChannel Cryptographic Provider
CSP = Microsoft Enhanced Cryptographic Provider v1.0
CSP = Microsoft Enhanced DSS and Diffie-Hellman Cryptographic Provider
CSP = Microsoft Enhanced RSA and AES Cryptographic Provider (Prototype)
CSP = Microsoft Exchange Cryptographic Provider v1.0
CSP = Microsoft RSA SChannel Cryptographic Provider
CSP = Microsoft Strong Cryptographic Provider
CSP = Schlumberger Cryptographic Service Provider
CSP = VeriSign Personal Trust Agent (PTA)
CSP = VeriSign TPM CSP
15:52:10.234 INFO findObjects - Found capi alias = My|8dsVZRHLJApzdktl+AJnmcBeIkE=
15:52:10.234 INFO findTokens - Exception raised in JCAPI.DLL:
JCAPIUtil_getCSP() - Could not get key provider info.
Cannot find object or property.
Error code: 0x80092004
com.pheox.jcapi.JCAPIJNIRuntimeException: Exception raised in JCAPI.DLL:
JCAPIUtil_getCSP() - Could not get key provider info.
Cannot find object or property.
Error code: 0x80092004
at com.pheox.jcapi.CoreUtilJNI.getCSP(Native Method)
at com.pheox.jcapi.f.a(Unknown Source)
at com.pheox.jcapi.JCAPIUtil.getCSP(Unknown Source)
at org.mysignaturebook.plugin.JCAPIToken.getSoftCertificate(Unknown Source)
at org.mysignaturebook.plugin.JCAPIToken.findObjects(Unknown Source)
at org.mysignaturebook.plugin.JCAPIToken.<init>(Unknown Source)
at org.mysignaturebook.plugin.MSBTokenFactory.getJCAPIToken(Unknown Source)
at org.mysignaturebook.plugin.MSBTokenFactory.findTokens(Unknown Source)
We do not have the ability to enable Pheox debug as this is a production applet. Would appreciate either some context as to what might be happening in JCAPIUtil.getCSP or some background on when/why error code 0x80092004 might be generated.
Thanks.