Error with RSA: java.lang.ExceptionInInitializerError
Hello
Im still fighting with RSA...
I have already edited java.security file and i've added BouncyCastle the first one.
When I try to get an instance of RSA i get this exception:
java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs: java.security.InvalidKeyException: Public key presented not for certificate signature
Ive hear something about signed jar but i dont have ideas clear
Clues? Help? Please...
Pablo

