Key from String in Java RSA

后端 未结 3 1417
Happy的楠姐
Happy的楠姐 2020-12-28 11:03

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         


        
3条回答
  •  一向
    一向 (楼主)
    2020-12-28 11:14

    Could not able to comment on the previous post. I would like to know what is "clear" in

    PKCS8EncodedKeySpec keySpec = new PKCS8EncodedKeySpec(clear);
    

提交回复
热议问题