Skip to main content
PrivateKeyInput.type - crypto - Node documentation
property PrivateKeyInput.type

Usage in Deno

import { type PrivateKeyInput } from "node:crypto";

Type

"pkcs1"
| "pkcs8"
| "sec1"
| undefined