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

    Interface PkijsSecureMimeContextOptions

    interface PkijsSecureMimeContextOptions {
        allowLegacyDecryption?: boolean;
    }
    Index
    allowLegacyDecryption?: boolean

    Browser opt-in for legacy RSA PKCS#1 v1.5 key-transport decryption (unaudited timing — see CRYPTO-PLAN §7). Ignored on Node, which always uses the constant-time OpenSSL path. Default false.