Trakteer.js
    Preparing search index...

    Interface KeyExportOptions<T>

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

    Type Parameters

    Index

    Properties

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