SignPKCS1v15Request$json top-level constant

Map<String, Object> const SignPKCS1v15Request$json

Implementation

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