interface ECKeyPairOptions
extends ECKeyPairKeyObjectOptions
Usage in Deno
```typescript import { type ECKeyPairOptions } from "node:node__crypto.d.ts"; ```
publicKeyEncoding: { type: "pkcs1" | "spki"; format: PubF; }
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "sec1" | "pkcs8"; }