values constant

Map<int, PEMCipher> const values

Implementation

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