values constant

Map<int, Pemcipher> const values

Implementation

static const Map<int, Pemcipher> values = {
  0: DES,
  1: D3DES,
  2: AES128,
  3: AES192,
  4: AES256
};