Parse one or more public keys from armored text or binary key data.
Parse one or more (possibly locked) private keys from armored text or binary key data.
Unlock a locked private key with the given passphrase.
Produce an ASCII-armored detached signature over data.
Verify an ASCII-armored detached signature over data.
Produce an ASCII-armored encrypted (optionally signed) message.
Decrypt an ASCII-armored message and, if verification keys are supplied, verify its signatures.
OptionalverificationKeys: PublicKey[]
The default OpenPgpEngine, backed by OpenPGP.js.