bc-java icon indicating copy to clipboard operation
bc-java copied to clipboard

AEADEncDataPacket: Throw UnsupportedPacketVersionException

Open vanitasvitae opened this issue 8 months ago • 0 comments

If an unsupported version of the LibrePGP AEADEncDataPacket is encountered, the code currently throws an IllegalArgumentException.

This PR changes this behavior to throw an UnsupportedPacketVersionException instead.

vanitasvitae avatar Jun 14 '24 10:06 vanitasvitae