neuhalje / bouncy-gpg

Make using Bouncy Castle with OpenPGP fun again!
https://neuhalje.github.io/bouncy-gpg/
Other
205 stars 58 forks source link

Can be used the .P12 file as keyring #59

Open david-fang0621 opened 3 years ago

david-fang0621 commented 3 years ago

I am going to encrypt and decrypt the files with p12 using bouncy-gpg . Of course, I can get a public key and private key from p12 file. But not adaptable with these public key and private key.

How can I handle this problem? That would be appreciated for any advice.