Could you please post the code that you are using to delete cert.
Also is there any particular reason for not wanting to upgrade. The
latest in the JSS 3.x is 3.11.1. This has a few critical fixes which
you may want to consider.
Thanks,
Sandeep
the existing
http://lxr.mozilla.org/security/ident?i=Java_org_mozilla_jss_pkcs11_PK11Store_deleteCert
this method deletes the specified certificate and its associated private
key. It will fail if there is no associated key.
Thomas recently added
http://lxr.mozilla.org/security/ident?i=Java_org_mozilla_jss_pkcs11_PK11Store_deleteCertOnly
which will delete the cert only.
We have yet to RTM JSS 4.2.3 and do not have an official build yet. You
will have to upgrade regardless, if you want you can checkout the latest
source and build the code or we could send you a private.
-glen