property RSAKeyPairOptions.privateKeyEncoding
Usage in Deno
```typescript import { type RSAKeyPairOptions } from "node:node__crypto.d.ts"; ```BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs1" | "pkcs8"; }
BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs1" | "pkcs8"; }