EncryptionRecipient$json top-level constant

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

Implementation

@$core.Deprecated('Use encryptionRecipientDescriptor instead')
const EncryptionRecipient$json = const {
  '1': 'EncryptionRecipient',
  '2': const [
    const {
      '1': 'header',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.pbmse.v1.EncryptionHeader',
      '10': 'unprotected'
    },
    const {'1': 'content_encryption_key', '3': 2, '4': 1, '5': 12, '10': 'cek'},
  ],
};