Documentation
    Preparing search index...

    Variable spkiConst

    spki: {
        decode: (info: Uint8Array<ArrayBuffer>) => Uint8Array<ArrayBuffer>;
        encode: (key: Uint8Array<ArrayBuffer>) => Uint8Array<ArrayBuffer>;
    } = ...

    Type Declaration

    • decode: (info: Uint8Array<ArrayBuffer>) => Uint8Array<ArrayBuffer>
    • encode: (key: Uint8Array<ArrayBuffer>) => Uint8Array<ArrayBuffer>