💾 Archived View for tris.fyi › pydoc › cryptography.x509.certificate_transparency captured on 2022-04-28 at 17:44:12. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-03-01)

➡️ Next capture (2022-07-16)

🚧 View Differences

-=-=-=-=-=-=-

Back to module index

Go to module by name

cryptography.x509

cryptography

cryptography.x509.certificate_transparency

This module has no docstring.

Classes

Enum


    Generic enumeration.

    Derive from this class to define new enumerations.
    

LogEntryType

An enumeration.
PRE_CERTIFICATE = <LogEntryType.PRE_CERTIFICATE: 1>
X509_CERTIFICATE = <LogEntryType.X509_CERTIFICATE: 0>
name = <types.DynamicClassAttribute object at 0x7ff36084fb80>
  The name of the Enum member.
value = <types.DynamicClassAttribute object at 0x7ff36084fbb0>
  The value of the Enum member.

SignedCertificateTimestamp

entry_type = <abc.abstractproperty object at 0x7ff360018400>

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

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

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

          Returns the SCT version.
        

Version

An enumeration.
name = <types.DynamicClassAttribute object at 0x7ff36084fb80>
  The name of the Enum member.
v1 = <Version.v1: 0>
value = <types.DynamicClassAttribute object at 0x7ff36084fbb0>
  The value of the Enum member.

Modules

abc

datetime