Package-level declarations

Types

Link copied to clipboard

Common base for all JWE processor types, carrying the algorithm and optional keyId that identify the key material used for encryption or decryption.

Link copied to clipboard

Common base for all JWS processor types, carrying the algorithm and optional keyId that identify the key material used for signing or verification.

Link copied to clipboard

Functional interface for decrypting a JWE token payload.

Link copied to clipboard

Functional interface for encrypting a content encryption key (CEK) and the token payload.

Link copied to clipboard

Core abstraction for JWE (encrypted JWT) key encryption and decryption.

Link copied to clipboard

Core abstraction for JWS (signed JWT) signing and verification.

Link copied to clipboard

Functional interface for producing a JWS signature over raw byte data.

Link copied to clipboard

Functional interface for verifying a JWS signature against raw byte data.