I'm wondering if it's possible to recover a RSA public key that I have converted to byte array previously.
byte[] keyBytes = publicKey.getEncoded();
Thanks for the help.
|
I'm wondering if it's possible to recover a RSA public key that I have converted to byte array previously.
Thanks for the help. |
||||
|
|
For more info see this tutorial |
||||
|
|