RSAHasher$json top-level constant
Implementation
@$core.Deprecated('Use rSAHasherDescriptor instead')
const RSAHasher$json = {
'1': 'RSAHasher',
'2': [
{'1': 'RSA_HASHER_UNSPECIFIED', '2': 0},
{'1': 'RSA_HASHER_SHA256', '2': 1},
{'1': 'RSA_HASHER_SHA384', '2': 2},
{'1': 'RSA_HASHER_SHA512', '2': 3},
],
};