Class KeyId (1.4.2)

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

A KeyId identifies a specific public key, usually by hashing the public key.

Attribute

NameDescription
key_id str
Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.

Inheritance

builtins.object > proto.message.Message > KeyId