Class PublicKey (1.4.1)

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.

Inheritance

builtins.object > proto.message.Message > PublicKey

Classes

KeyFormat

KeyFormat(value)

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