neuhalje / bouncy-gpg

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

Method for returning keys and/or IDs from decryption? #33

Open mkari37 opened 5 years ago

mkari37 commented 5 years ago

Could I request a method that allows the caller to extract exactly which key(s) were used to decrypt, and which key(s) were used for signature verification, after the decryption has completed?

I have a working solution, but it is a Frankensteinian monster that tramples all over your elegant design, and I am ashamed.

neuhalje commented 5 years ago

Instead of returning just a stream I am thinking of returning an object with fuller semantics

neuhalje commented 4 years ago

Wow ... that issue has gone stale :-/ Looking for support here (time constraints on my side)