Public key used by an asymmetric algorithm.

interface PublicKey<I> {
    info: I;
    publicKey: CryptoKey;
    spki: Uint8Array;
}

Type Parameters

  • I = any

Hierarchy (view full)

Properties

Properties

info: I
publicKey: CryptoKey
spki: Uint8Array

Generated using TypeDoc