interface ECKeyPairKeyObjectOptions
Usage in Deno
```typescript import { type ECKeyPairKeyObjectOptions } from "node:node__crypto.d.ts"; ```
namedCurve: string
Name of the curve to use
optional
paramEncoding: "explicit"
| "named"
| undefined
Must be `'named'` or `'explicit'`. Default: `'named'`.