keyAlgorithm property

String? keyAlgorithm
getter/setter pair

The key algorithm to use when generating the private key.

Required. Possible string values are:

  • "KEY_ALGORITHM_UNSPECIFIED" : Unspecified key algorithm.
  • "RSA_2048" : Specifies RSA with a 2048-bit modulus.
  • "ECDSA_P256" : Specifies ECDSA with curve P256.

Implementation

core.String? keyAlgorithm;