trakteerjs
    Preparing search index...

    Interface KeyExportOptions<T>

    interface KeyExportOptions<T extends KeyFormat> {
        cipher?: string;
        format: T;
        passphrase?: string | Buffer;
        type: "pkcs1" | "spki" | "pkcs8" | "sec1";
    }

    Type Parameters

    Index

    Properties

    cipher?: string
    format: T
    passphrase?: string | Buffer
    type: "pkcs1" | "spki" | "pkcs8" | "sec1"