RSABits$json top-level constant
Implementation
@$core.Deprecated('Use rSABitsDescriptor instead')
const RSABits$json = {
'1': 'RSABits',
'2': [
{'1': 'RSA_BITS_UNSPECIFIED', '2': 0},
{'1': 'RSA_BITS_2048', '2': 1},
{'1': 'RSA_BITS_3072', '2': 2},
{'1': 'RSA_BITS_4096', '2': 3},
],
};