keyAlgorithm property

String? keyAlgorithm
getter/setter pair

Which type of key and algorithm to use for the key.

The default is currently a 2K RSA key. However this may change in the future. 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;