EncryptPrivateKeyRequest$json top-level constant

Map<String, Object> const EncryptPrivateKeyRequest$json

Implementation

const EncryptPrivateKeyRequest$json = const {
  '1': 'EncryptPrivateKeyRequest',
  '2': const [
    const {'1': 'privateKey', '3': 1, '4': 1, '5': 9, '10': 'privateKey'},
    const {'1': 'password', '3': 3, '4': 1, '5': 9, '10': 'password'},
    const {
      '1': 'cipher',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.model.PEMCipher',
      '10': 'cipher'
    },
  ],
};