mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-02-27 05:23:20 +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]`).