Skip to main content
interface ECKeyPairKeyObjectOptions

Properties

namedCurve: string

Name of the curve to use

optional
paramEncoding:
"explicit"
| "named"
| undefined

Must be 'named' or 'explicit'. Default: 'named'.

Back to top