NDNts
    Preparing search index...

    Public key used by an asymmetric algorithm.

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

    Type Parameters

    • I = any

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    info: I
    publicKey: CryptoKey
    spki: Uint8Array