enum Core::Security::JOSE::Encryption

Overview

#include <corejsonsecurity.h>

enum Encryption
{
    kUnknownEncryption        = -1,
    kAES_128_CBC_HMAC_SHA_256,
    kAES_128_GCM,
};

Detailed Documentation

Enum Values

kAES_128_CBC_HMAC_SHA_256

https://tools.ietf.org/html/rfc7518#section-5.2.3

kAES_128_GCM

AES using 128-bit key (GCM = Galois/Counter Mode)