⚠️ Internal: This API is not publically exported by the package.

      Interface KeyExportOptions<T>

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

      Type Parameters

      Properties

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