How to decode private key in to byte array
I have a requirement in which I want to decode the RSA private key into the byte array. Is there any way to decode the private key 开发者_如何学Cfrom PEM/DER format to byte array? Solution in any language will be helpful.
A sample code will be helpful.
Vishal N
精彩评论