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

    Class PkijsSecureMimeContext

    The concrete pkijs/WebCrypto-backed S/MIME context.

    Hierarchy (View Summary)

    Index
    allowLegacyDecryption: boolean
    encryptionAlgorithmRank: EncryptionAlgorithm[]

    The encryption algorithms in ranked (strongest-first) order.

    store: ISecureMimeStore | null

    The injectable certificate/key store (set by the concrete C2b context). null on contexts that resolve everything from an explicit CmsSigner / CmsRecipient and never do mailbox lookups.

    prepareBeforeSigning: boolean = true

    Whether entities should be canonically prepared (armored "From " lines, trailing whitespace trimmed) before signing (C#: PrepareBeforeSigning, default true).

    • get signatureProtocol(): string

      The signature protocol (multipart/signed protocol parameter).

      Returns string

    • get encryptionProtocol(): string

      The encryption protocol (multipart/encrypted protocol parameter).

      Returns string