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
/
Rsa
/
RSAThumbprint
RSAThumbprint
@
Serializable
(
with
=
JwkRsaThumbprintSerializer::class
)
data
class
RSAThumbprint
(
val
e
:
String
,
val
n
:
String
)
:
Jwk.Thumbprint
(
source
)
Thumbprint computed from the RSA key parameters
e
(public exponent) and
n
(modulus).
Members
Constructors
RSAThumbprint
Link copied to clipboard
constructor
(
e
:
String
,
n
:
String
)
Properties
e
Link copied to clipboard
val
e
:
String
n
Link copied to clipboard
val
n
:
String