On 8/15/14, 4:39 AM, "mujahedsyed" <[email protected]> wrote:
>So, just for my learning purpose would you be kind to let me know how is >that possible that a keystore created with algorithm RSA was able to >encrypt/decrypt using AES 256 algorithm. Encryption with assymmetric keys is done by generating a one-time AES key and encrypting it under the recipient's public key. You don't need an RSA keystore at all to encrypt, you need it to decrypt. -- Scott
