EncryptedMessage$json top-level constant

  1. @Deprecated('Use encryptedMessageDescriptor instead')
Map<String, Object> const EncryptedMessage$json

Implementation

@$core.Deprecated('Use encryptedMessageDescriptor instead')
const EncryptedMessage$json = const {
  '1': 'EncryptedMessage',
  '2': const [
    const {'1': 'iv', '3': 1, '4': 1, '5': 12, '10': 'iv'},
    const {'1': 'aad', '3': 2, '4': 1, '5': 12, '10': 'aad'},
    const {'1': 'ciphertext', '3': 3, '4': 1, '5': 12, '10': 'ciphertext'},
    const {'1': 'tag', '3': 4, '4': 1, '5': 12, '10': 'tag'},
    const {
      '1': 'recipients',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.pbmse.v1.EncryptionRecipient',
      '10': 'recipients'
    },
  ],
};