toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.crypto
/
ECKeyPairKeyObjectOptions
ECKey
Pair
Key
Object
Options
sealed
external
interface
ECKeyPairKeyObjectOptions
(
source
)
Inheritors
ECKeyPairOptions
Members
Properties
named
Curve
Link copied to clipboard
abstract
var
namedCurve
:
String
Name of the curve to use
param
Encoding
Link copied to clipboard
abstract
var
paramEncoding
:
ECKeyPairKeyObjectOptionsParamEncoding
?
Must be
'named'
or
'explicit'
. Default:
'named'
.