L
Larry Grant
My primary eperience with crypto is using PGP, but now I'd like to use
crypto in a Java application. I've been wading therough the javadocs
for the "javax.crypto" package, and I'm having a hard time finding any
straightforward way to just perform basic public key encryption like
PGP does. I've found references to ElGamal and Diffie-Hellman
algorithms, but they seem to be all about "key agreements", not
encryption.
Is there anything in javax.crypto that will just let me generate key
pairs and then perform encryptions to public keys and decryptions from
private keys?
crypto in a Java application. I've been wading therough the javadocs
for the "javax.crypto" package, and I'm having a hard time finding any
straightforward way to just perform basic public key encryption like
PGP does. I've found references to ElGamal and Diffie-Hellman
algorithms, but they seem to be all about "key agreements", not
encryption.
Is there anything in javax.crypto that will just let me generate key
pairs and then perform encryptions to public keys and decryptions from
private keys?