Can anyone explain this:
java.security.NoSuchAlgorithmException: No such algorithm: RSA
at javax.crypto.SunJCE_b.c(DashoA6275)
at javax.crypto.SunJCE_b.a(DashoA6275)
at javax.crypto.Cipher.a(DashoA6275)
at javax.crypto.Cipher.getInstance(DashoA6275)
When trying to create a Cipher object? The J2SDK1.4.2 docs clearly state that RSA is an algorithm supported by Cipher, but the list of available algorithms actually supported also clearly doesn’t have RSA in it.
I’m really, really annoyed >:(
Cas