KC's Workspace
    Preparing search index...

    Interface PrivateKeyExportOptions<T>

    interface PrivateKeyExportOptions<
        T extends PrivateKeyExportType = PrivateKeyExportType,
    > {
        cipher?: string;
        format: "pem" | "der";
        passphrase?: string | Buffer<ArrayBufferLike>;
        type: T;
    }

    Type Parameters

    Index

    Properties

    cipher?: string
    format: "pem" | "der"
    passphrase?: string | Buffer<ArrayBufferLike>
    type: T