OAEPBased

Base class for RSA OAEP key encryption variants (RsaOaep and RsaOaep256).

Subclasses wrap the Content Encryption Key (CEK) using RSA-OAEP with the appropriate digest.

Inheritors

Properties

Link copied to clipboard
open override val digest: JwtDigest

The JwtDigest used by this algorithm.

Link copied to clipboard
open override val id: String

The JWA algorithm identifier string (e.g. "HS256", "RS256").

Functions

Link copied to clipboard
open override fun toString(): String