mimekit-ts - v1.0.0
    Preparing search index...

    Interface OpenPgpContextOptions

    Options for constructing an OpenPgpContext.

    interface OpenPgpContextOptions {
        engine?: OpenPgpEngine;
        getPassword?: OpenPgpPasswordProvider;
    }
    Index
    engine?: OpenPgpEngine

    The engine backend (defaults to OpenPGP.js).

    Supplies passphrases for locked secret keys (defaults to none).