⚠️ 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"; } Properties
Optional
cipher
cipher?: string
Optional
passphrase
passphrase?: string | Buffer
type
type: "pkcs1" | "spki" | "pkcs8" | "sec1"