PEMCipher$json top-level constant

Map<String, Object> const PEMCipher$json

Implementation

const PEMCipher$json = const {
  '1': 'PEMCipher',
  '2': const [
    const {'1': 'PEMCIPHER_UNSPECIFIED', '2': 0},
    const {'1': 'PEMCIPHER_DES', '2': 1},
    const {'1': 'PEMCIPHER_3DES', '2': 2},
    const {'1': 'PEMCIPHER_AES128', '2': 3},
    const {'1': 'PEMCIPHER_AES192', '2': 4},
    const {'1': 'PEMCIPHER_AES256', '2': 5},
  ],
};