SignatureHeader$json top-level constant

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

Implementation

@$core.Deprecated('Use signatureHeaderDescriptor instead')
const SignatureHeader$json = const {
  '1': 'SignatureHeader',
  '2': const [
    const {'1': 'algorithm', '3': 1, '4': 1, '5': 9, '10': 'algorithm'},
    const {'1': 'key_id', '3': 2, '4': 1, '5': 9, '10': 'keyId'},
  ],
};