Package-level declarations

Types

Link copied to clipboard

Represents a cryptographic key (or key pair) used for JWE encryption and/or decryption.

Link copied to clipboard

Represents a cryptographic key (or key pair) used for JWS signing and/or verification.

Link copied to clipboard
class SimpleKey(val value: ByteArray) : Key

A minimal Key implementation that wraps a raw ByteArray of key material.