PublicKey(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A PublicKey describes a public key.
Attributes | |
---|---|
Name | Description |
type_ |
google.cloud.security.privateca_v1beta1.types.PublicKey.KeyType
Required. The type of public key. |
key |
bytes
Required. A public key. Padding and encoding varies by 'KeyType' and is described along with the KeyType values. |
Classes
KeyType
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