JwkOctThumbprintSerializer

Serializer for Jwk.Oct.OctThumbprint values to and from their canonical JSON representation.

Encodes only the required members (k, kty) in lexicographic key order as defined by RFC 7638 for computing JWK Thumbprints.

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): Jwk.Oct.OctThumbprint
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: Jwk.Oct.OctThumbprint)