AesGCMBased

Base class for AES GCM content encryption algorithms (A128GCM, A192GCM, A256GCM).

Uses AES in Galois/Counter Mode, which provides both confidentiality and integrity.

Inheritors

Properties

Link copied to clipboard
val id: String

The JWA content encryption algorithm identifier string (e.g. "A256GCM").

Functions

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