PackRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use packRequestDescriptor instead')
const PackRequest$json = const {
  '1': 'PackRequest',
  '2': const [
    const {
      '1': 'sender_key',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.okapi.keys.v1.JsonWebKey',
      '10': 'senderKey'
    },
    const {
      '1': 'receiver_key',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.okapi.keys.v1.JsonWebKey',
      '10': 'receiverKey'
    },
    const {
      '1': 'associated_data',
      '3': 3,
      '4': 1,
      '5': 12,
      '10': 'associatedData'
    },
    const {'1': 'plaintext', '3': 4, '4': 1, '5': 12, '10': 'plaintext'},
    const {
      '1': 'mode',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.pbmse.v1.EncryptionMode',
      '10': 'mode'
    },
    const {
      '1': 'algorithm',
      '3': 6,
      '4': 1,
      '5': 14,
      '6': '.pbmse.v1.EncryptionAlgorithm',
      '10': 'algorithm'
    },
  ],
};