mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-19 04:36:39 +00:00

This config option allows parsing additional packet types when parsing a packet list or armored object, in contexts where they are normally not expected to appear, by passing a list of packet classes (e.g. `additionalAllowedPackets: [PublicKeyPacket]`).