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

    Interface AsymmetricKey

    An asymmetric key (public or private), mirroring BouncyCastle's AsymmetricKeyParameter. The concrete implementation is supplied by the crypto backend (wave C2b).

    interface AsymmetricKey {
        isPrivate: boolean;
    }

    Hierarchy (View Summary)

    Index
    isPrivate: boolean

    Whether this is a private key.