a128gcm constant
JsonWebAlgorithm
const a128gcm
AES GCM using 128-bit key
Implementation
static const a128gcm = JsonWebAlgorithm('A128GCM',
type: 'oct', use: 'enc', minKeyBitLength: 128);
AES GCM using 128-bit key
static const a128gcm = JsonWebAlgorithm('A128GCM',
type: 'oct', use: 'enc', minKeyBitLength: 128);