KeyType(value)Types of public keys that are supported. At a minimum, we support RSA and ECDSA, for the key sizes or curves listed: https://cloud.google.com/kms/docs/algorithms#asymmetric_signing_algorithms
Enums |
|
|---|---|
| Name | Description |
KEY_TYPE_UNSPECIFIED |
Default unspecified value. |
PEM_RSA_KEY |
A PEM-encoded PKCS#1/RFC 3447 RSAPrivateKey structure. |
PEM_EC_KEY |
A PEM-encoded compressed NIST P-256/secp256r1/prime256v1 or P-384 key. |