@haxall/haxall
    Preparing search index...

    Interface PublicKeyInput

    interface PublicKeyInput {
        encoding?: string;
        format?: KeyFormat;
        key: string | Buffer<ArrayBufferLike>;
        type?: "pkcs1" | "spki";
    }

    Hierarchy (View Summary)

    Index

    Properties

    encoding?: string
    format?: KeyFormat
    key: string | Buffer<ArrayBufferLike>
    type?: "pkcs1" | "spki"