Class X509CertificateDetails (2.9.2)

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

Details of an X.509 certificate. For informational purposes only.

Attributes

NameDescription
issuer str
The entity that signed the certificate.
subject str
The entity the certificate and public key belong to.
start_time google.protobuf.timestamp_pb2.Timestamp
The time the certificate becomes valid.
expiry_time google.protobuf.timestamp_pb2.Timestamp
The time the certificate becomes invalid.
signature_algorithm str
The algorithm used to sign the certificate.
public_key_type str
The type of public key in the certificate.