Package-level declarations

Types

Link copied to clipboard
@Serializable(with = Jwa.Companion.Serializer::class)
enum Jwa : Enum<Jwa>

Represents a algorithms from IETF RFC 7518 for use with 7515, 7516, and 7517.

Link copied to clipboard
@Serializable
enum JwkEllipticCurve : Enum<JwkEllipticCurve>

Represents an elliptic curve as per IETF RFC 7517.

Link copied to clipboard
@Serializable
enum JwkKeyType : Enum<JwkKeyType>

Represents a key type as per IETF RFC 7517.

Link copied to clipboard
@Serializable
enum JwkKeyUse : Enum<JwkKeyUse>

Represents a key use as per IETF RFC 7517.