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

    Interface X509AsymmetricKey

    The interface implemented by the concrete key types (adds the algorithm).

    interface X509AsymmetricKey {
        algorithm: PublicKeyAlgorithm;
        isPrivate: boolean;
    }

    Hierarchy (View Summary)

    Implemented by

    Index
    isPrivate: boolean

    Whether this is a private key.