a256gcm constant
JsonWebAlgorithm
const a256gcm
AES GCM using 256-bit key
Implementation
static const a256gcm = JsonWebAlgorithm('A256GCM',
type: 'oct', use: 'enc', minKeyBitLength: 256);
AES GCM using 256-bit key
static const a256gcm = JsonWebAlgorithm('A256GCM',
type: 'oct', use: 'enc', minKeyBitLength: 256);