a128cbc_hs256 constant

JsonWebAlgorithm const a128cbc_hs256

AES_128_CBC_HMAC_SHA_256 authenticated encryption algorithm

Implementation

static const a128cbc_hs256 = JsonWebAlgorithm('A128CBC-HS256',
    type: 'oct', use: 'enc', minKeyBitLength: 256);