keyAlgorithm property
Specifies the algorithm (and possibly key size) for the key. Possible string values are:
- "KEY_ALG_UNSPECIFIED" : An unspecified key algorithm.
- "KEY_ALG_RSA_1024" : 1k RSA Key.
- "KEY_ALG_RSA_2048" : 2k RSA Key.
Implementation
core.String? keyAlgorithm;