stringValues constant
Implementation
static const Map<KeyWrapAlgorithm, String> stringValues = {
KeyWrapAlgorithm.ecdhES: 'ECDH-ES+A256KW',
KeyWrapAlgorithm.ecdh1PU: 'ECDH-1PU+A256KW',
};
static const Map<KeyWrapAlgorithm, String> stringValues = {
KeyWrapAlgorithm.ecdhES: 'ECDH-ES+A256KW',
KeyWrapAlgorithm.ecdh1PU: 'ECDH-1PU+A256KW',
};