EncryptionAlgorithm$json top-level constant

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

Implementation

@$core.Deprecated('Use encryptionAlgorithmDescriptor instead')
const EncryptionAlgorithm$json = const {
  '1': 'EncryptionAlgorithm',
  '2': const [
    const {'1': 'ENCRYPTION_ALGORITHM_UNSPECIFIED', '2': 0},
    const {'1': 'ENCRYPTION_ALGORITHM_XCHACHA20POLY1305', '2': 1},
    const {'1': 'ENCRYPTION_ALGORITHM_AES_GCM', '2': 2},
  ],
};