Skip to main content
RSAPSSKeyPairOptions.privateKeyEncoding - crypto - Node documentation
property RSAPSSKeyPairOptions.privateKeyEncoding

Usage in Deno

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

Type

BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }