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.
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.