💾 Archived View for tris.fyi › pydoc › cryptography.x509.certificate_transparency captured on 2022-03-01 at 16:11:39. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
This module has no docstring.
Generic enumeration. Derive from this class to define new enumerations.
An enumeration.
PRE_CERTIFICATE = <LogEntryType.PRE_CERTIFICATE: 1>
X509_CERTIFICATE = <LogEntryType.X509_CERTIFICATE: 0>
name = <types.DynamicClassAttribute object at 0x7f0227ac4b80> The name of the Enum member.
value = <types.DynamicClassAttribute object at 0x7f0227ac4bb0> The value of the Enum member.
entry_type = <abc.abstractproperty object at 0x7f022728e460> Returns whether this is an SCT for a certificate or pre-certificate.
log_id = <abc.abstractproperty object at 0x7f022728e3a0> Returns an identifier indicating which log this SCT is for.
timestamp = <abc.abstractproperty object at 0x7f022728e400> Returns the timestamp for this SCT.
version = <abc.abstractproperty object at 0x7f022728e340> Returns the SCT version.
An enumeration.
name = <types.DynamicClassAttribute object at 0x7f0227ac4b80> The name of the Enum member.
v1 = <Version.v1: 0>
value = <types.DynamicClassAttribute object at 0x7f0227ac4bb0> The value of the Enum member.