@haxall/haxall
    Preparing search index...

    Interface PrivateKeyInput

    interface PrivateKeyInput {
        encoding?: string;
        format?: KeyFormat;
        key: string | Buffer<ArrayBufferLike>;
        passphrase?: string | Buffer<ArrayBufferLike>;
        type?: "pkcs1" | "pkcs8" | "sec1";
    }

    Hierarchy (View Summary)

    Index

    Properties

    encoding?: string
    format?: KeyFormat
    key: string | Buffer<ArrayBufferLike>
    passphrase?: string | Buffer<ArrayBufferLike>
    type?: "pkcs1" | "pkcs8" | "sec1"