NDNts

    Generated public/private key pair of an asymmetric algorithm.

    interface GeneratedKeyPair<I = any> {
        info: I;
        jwkImportParams: AlgorithmIdentifier;
        privateKey: CryptoKey;
        publicKey: CryptoKey;
        spki: Uint8Array;
    }

    Type Parameters

    • I = any

    Hierarchy (View Summary, Expand)

    Index

    Properties

    info: I
    jwkImportParams: AlgorithmIdentifier
    privateKey: CryptoKey
    publicKey: CryptoKey
    spki: Uint8Array
    MMNEPVFCICPMFPCPTTAAATR