Class PublicKey (0.4.0)

PublicKey(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A PublicKey describes a public key.

Attributes

NameDescription
key bytes
Required. A public key. The padding and encoding must match with the KeyFormat value specified for the format field.
format_ google.cloud.security.privateca_v1.types.PublicKey.KeyFormat
Required. The format of the public key.

Classes

KeyFormat

KeyFormat(value)

Types of public keys formats that are supported. Currently, only PEM format is supported.