toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.walletsdk.domain.models
/
KeyCurve
Key
Curve
@
Serializable
data
class
KeyCurve
constructor
(
val
curve
:
Curve
,
val
index
:
Int
?
=
0
)
(
source
)
Data class representing supported key curves for key generation.
Members
Constructors
Key
Curve
Link copied to clipboard
constructor
(
curve
:
Curve
,
index
:
Int
?
=
0
)
Properties
curve
Link copied to clipboard
val
curve
:
Curve
index
Link copied to clipboard
val
index
:
Int
?
=
0