I have a set of public and private keys generated based on RSA. Now, I want to add them to my properties file. How can I accomplish it? key is 1024 bit. Only first line is assigned and the next lines are not assigned I tried creating a following key:
key.private=<private key>
but it shows an error
0 Replies