I am using in my app RSA cryptography. To store generated public key I convert it to String and then save it in database.
Key publicKey=null; Key pri
Could not able to comment on the previous post. I would like to know what is "clear" in
PKCS8EncodedKeySpec keySpec = new PKCS8EncodedKeySpec(clear);