AesCBCBased

Base class for AES CBC + HMAC content encryption algorithms (A128CBC-HS256, A192CBC-HS384, A256CBC-HS512).

Uses AES in CBC mode combined with an HMAC tag for authenticated encryption per RFC 7516.

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