I\'m trying to encrypt some content with an RSA private key.
I\'m following this example: http://www.junkheap.net/content/public_key_encryption_java but c
try this:
java.security.Security.addProvider( new org.bouncycastle.jce.provider.BouncyCastleProvider() );