values constant

Map<int, Cipher> const values

Implementation

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