values constant

Map<int, Algorithm> const values

Implementation

static const Map<int, Algorithm> values = {
  0: RSA,
  1: ECDSA,
  2: EDDSA,
  3: ECHD,
  4: DSA,
  5: ELGAMAL
};