Back to module index

Go to module by name

cryptography.x509

cryptography

cryptography.x509.certificate_transparency

This module has no docstring.

Classes

LogEntryType

An enumeration.
PRE_CERTIFICATE = <LogEntryType.PRE_CERTIFICATE: 1>
X509_CERTIFICATE = <LogEntryType.X509_CERTIFICATE: 0>

SignedCertificateTimestamp

entry_type = <abc.abstractproperty object at 0x7f92bf357160>

          Returns whether this is an SCT for a certificate or pre-certificate.
        
log_id = <abc.abstractproperty object at 0x7f92bf3570a0>

          Returns an identifier indicating which log this SCT is for.
        
timestamp = <abc.abstractproperty object at 0x7f92bf357100>

          Returns the timestamp for this SCT.
        
version = <abc.abstractproperty object at 0x7f92bf357040>

          Returns the SCT version.
        

Version

An enumeration.
v1 = <Version.v1: 0>

Modules

abc

datetime

rust_x509

utils