Class CertificateChains (2.12.1)

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

Certificate chains needed to verify the attestation. Certificates in chains are PEM-encoded and are ordered based on https://tools.ietf.org/html/rfc5246#section-7.4.2.

Attributes

NameDescription
cavium_certs Sequence[str]
Cavium certificate chain corresponding to the attestation.
google_card_certs Sequence[str]
Google card certificate chain corresponding to the attestation.
google_partition_certs Sequence[str]
Google partition certificate chain corresponding to the attestation.

Inheritance

builtins.object > proto.message.Message > CertificateChains