kotlin-jwt
Toggle table of contents
0.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
kotlin-jwt
kjwt-core
/
co.touchlab.kjwt.model.jwk
/
Jwk
/
Ec
/
Ec
Ec
constructor
(
crv
:
String
,
x
:
String
,
y
:
String
,
d
:
String
?
=
null
,
use
:
String
?
=
null
,
keyOps
:
List
<
String
>
?
=
null
,
alg
:
String
?
=
null
,
kid
:
String
?
=
null
)
(
source
)