neuhalje / bouncy-gpg

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

fix so KeyFlag#extractPublicKeyFlags does not throw a NullPointerException if called on an older public key with no hashed subpackets (fixes #48) #49

Closed ispringer closed 4 years ago

ispringer commented 4 years ago

also make KeyFlag#fromInteger return an immutable Set

weskinner commented 4 years ago

I just ran into this problem as well :)

neuhalje commented 4 years ago

Thanks for contributing!