Private key used by an asymmetric algorithm.

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

Type Parameters

  • I = any

Hierarchy (view full)

Properties

Properties

info: I
privateKey: CryptoKey

Generated using TypeDoc