How to convert pkcs8 key file to DER format, to get Private and Public key in Xml format?
with openssl I can do it using:
openssl pkcs8 -inform DER -in aaa010101aaa_FIEL.key -out aaa.txt
aaa010101aaa_FIEL.key is bynary file
I’m trying to do it with Bouncy Castle library but I have problems to create new EncryptedPrivateKeyInfo(…
there is a post to do that in java, but i need it in c#
How to read a password encrypted key with java?
I found the Answer!
How to Load pkcs8 binary file format key