@haxall/haxall
    Preparing search index...

    Interface SignPrivateKeyInput

    interface SignPrivateKeyInput {
        dsaEncoding?: DSAEncoding;
        encoding?: string;
        format?: KeyFormat;
        key: string | Buffer<ArrayBufferLike>;
        padding?: number;
        passphrase?: string | Buffer<ArrayBufferLike>;
        saltLength?: number;
        type?: "pkcs1" | "pkcs8" | "sec1";
    }

    Hierarchy (View Summary)

    Index

    Properties

    dsaEncoding?: DSAEncoding
    encoding?: string
    format?: KeyFormat
    key: string | Buffer<ArrayBufferLike>
    padding?: number

    crypto.constants.RSA_PKCS1_PADDING

    passphrase?: string | Buffer<ArrayBufferLike>
    saltLength?: number
    type?: "pkcs1" | "pkcs8" | "sec1"