DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43056>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43056





------- Additional Comments From [EMAIL PROTECTED]  2007-08-08 13:04 -------
Please read the bug report at
http://issues.apache.org/bugzilla/show_bug.cgi?id=40826

A similar problem has come up before and it can be caused by using a PrivateKey
from a PKCS#11 provider instance that is passed to the KeyStore API or by
manipulating the providers using the Provider API. In particular, when you
get your PrivateKey from the PKCS11 KeyStore, make sure you do not specify a
specific provider, instead just do the following:

KeyStore.getInstance("PKCS11");

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to