neuhalje / bouncy-gpg

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

Support keyId in all APIs #27

Open neuhalje opened 5 years ago

neuhalje commented 5 years ago

Is your feature request related to a problem? Please describe.

Some parts of BuildDecryptionInputStreamAPI/BuildEncryptionOutputStreamAPI accept keyIds and userIds, others only the userIds. This makes it harder to work with keys where the keyId is known, but not the userId.

Describe the solution you'd like Extend the APIs to add keyId parameters

Describe alternatives you've considered All of them ugly

Additional context See issue #26