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
/
Oct
/
OctThumbprint
Oct
Thumbprint
@
Serializable
(
with
=
JwkOctThumbprintSerializer::class
)
data
class
OctThumbprint
(
val
k
:
String
)
:
Jwk.Thumbprint
(
source
)
Thumbprint computed from the symmetric key material
k
(the raw key bytes encoded as base64url).
Members
Constructors
Oct
Thumbprint
Link copied to clipboard
constructor
(
k
:
String
)
Properties
k
Link copied to clipboard
val
k
:
String