> Can you please send me the details of EXACTLY what kind of > jar signing needs to be done to get the > RSA stuff working? I dug/googled a bit but could not find the details.
Here's the relevant pointer: http://java.sun.com/j2se/1.4.2/docs/guide/security/jce/HowToImplAJCEProvider .html Basically either Sun or IBM's code signing CA is trusted to sign a JCE provider. Step 5a in that document describes the process for Sun. -- Scott