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
/
Okp
/
OkpThumbprint
Okp
Thumbprint
@
Serializable
(
with
=
JwkOkpThumbprintSerializer::class
)
data
class
OkpThumbprint
(
val
crv
:
String
,
val
x
:
String
)
:
Jwk.Thumbprint
(
source
)
Thumbprint computed from the OKP key parameters
crv
(curve) and
x
(public key bytes).
Members
Constructors
Okp
Thumbprint
Link copied to clipboard
constructor
(
crv
:
String
,
x
:
String
)
Properties
crv
Link copied to clipboard
val
crv
:
String
x
Link copied to clipboard
val
x
:
String