KeyType$json top-level constant

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

Implementation

@$core.Deprecated('Use keyTypeDescriptor instead')
const KeyType$json = const {
  '1': 'KeyType',
  '2': const [
    const {'1': 'KEY_TYPE_UNSPECIFIED', '2': 0},
    const {'1': 'KEY_TYPE_ED25519', '2': 1},
    const {'1': 'KEY_TYPE_X25519', '2': 2},
    const {'1': 'KEY_TYPE_P256', '2': 3},
    const {'1': 'KEY_TYPE_BLS12381G1G2', '2': 4},
    const {'1': 'KEY_TYPE_SECP256K1', '2': 5},
  ],
};