type property

String? type
getter/setter pair

The type of public key.

If specified, it must match the public key used for thekey field.

Optional. Possible string values are:

  • "KEY_TYPE_UNSPECIFIED" : Default unspecified value.
  • "PEM_RSA_KEY" : A PEM-encoded PKCS#1/RFC 3447 RSAPublicKey structure, or an RFC 5280 SubjectPublicKeyInfo structure containing the former.
  • "PEM_EC_KEY" : An RFC 5280 SubjectPublicKeyInfo structure containing a PEM-encoded compressed NIST P-256/secp256r1/prime256v1 or P-384 key.

Implementation

core.String? type;