a192gcm constant
JsonWebAlgorithm
const a192gcm
AES GCM using 192-bit key
Implementation
static const a192gcm = JsonWebAlgorithm('A192GCM',
type: 'oct', use: 'enc', minKeyBitLength: 192);
AES GCM using 192-bit key
static const a192gcm = JsonWebAlgorithm('A192GCM',
type: 'oct', use: 'enc', minKeyBitLength: 192);