stringValues constant

Map<KeyWrapAlgorithm, String> const stringValues

Implementation

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