DecryptOAEPRequest$json top-level constant

Map<String, Object> const DecryptOAEPRequest$json

Implementation

const DecryptOAEPRequest$json = const {
  '1': 'DecryptOAEPRequest',
  '2': const [
    const {'1': 'ciphertext', '3': 1, '4': 1, '5': 9, '10': 'ciphertext'},
    const {'1': 'label', '3': 3, '4': 1, '5': 9, '10': 'label'},
    const {
      '1': 'hash',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.model.Hash',
      '10': 'hash'
    },
    const {'1': 'privateKey', '3': 7, '4': 1, '5': 9, '10': 'privateKey'},
  ],
};