bc-java
bc-java copied to clipboard
Generify PGP{|Public|Secret}Key{|Ring} classes
This PR adds generics to some more data structures used inside
-
PGPKeyRing -
PGPPublicKey -
PGPPublicKeyRing -
PGPSecretKey -
PGPSecretKeyRing
It further adds an interface UserDataPacket, which UserIDPacket and PGPUserAttributeSubpacketVector now implement.
This time I payed attention not to remove explicit generics in instantiations of data structures.