NDNts
    Preparing search index...

    Private key used by an asymmetric algorithm.

    interface PrivateKey<I = any> {
        info: I;
        privateKey: CryptoKey;
    }

    Type Parameters

    • I = any

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    info: I
    privateKey: CryptoKey