Store RSA in a PEM file instead of xml

- RsaKeyGenerator automatically saves the RSA keys in a PEM file
- Corrects key bit size suggestion
This commit is contained in:
Cube
2016-03-04 18:47:29 +02:00
parent 0eb8a6e7e6
commit bde4061b8a
6 changed files with 71 additions and 39 deletions
-5
View File
@@ -1,5 +0,0 @@
<rsa>
<!-- Generate keys with RsaKeyGenerator and place them here -->
<modulus></modulus>
<private-exponent></private-exponent>
</rsa>