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