💾 Archived View for tris.fyi › pydoc › cryptography.x509.certificate_transparency captured on 2023-01-29 at 04:18:34. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous 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

HashAlgorithm

block_size = <abc.abstractproperty object at 0x7f75e30b9780>

          The internal block size of the hash function, or None if the hash
          function does not use blocks internally (e.g. SHA3).
        
digest_size = <abc.abstractproperty object at 0x7f75e30b9840>

          The size of the resulting digest in bytes.
        
name = <abc.abstractproperty object at 0x7f75e30b9720>

          A string naming this algorithm (e.g. "sha256", "md5").
        

LogEntryType

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

SignatureAlgorithm


    Signature algorithms that are valid for SCTs.

    These are exactly the same as SignatureAlgorithm in RFC 5246 (TLS 1.2).

    See: <https://datatracker.ietf.org/doc/html/rfc5246#section-7.4.1.4.1>
    
ANONYMOUS = <SignatureAlgorithm.ANONYMOUS: 0>
DSA = <SignatureAlgorithm.DSA: 2>
ECDSA = <SignatureAlgorithm.ECDSA: 3>
RSA = <SignatureAlgorithm.RSA: 1>

SignedCertificateTimestamp

entry_type = <abc.abstractproperty object at 0x7f75e30b99c0>

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

          Returns the raw bytes of any extensions for this SCT.
        
log_id = <abc.abstractproperty object at 0x7f75e30b9660>

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

          Returns the signature for this SCT.
        
signature_algorithm = <abc.abstractproperty object at 0x7f75e30b9a80>

          Returns the signing algorithm used for the SCT's signature.
        
signature_hash_algorithm = <abc.abstractproperty object at 0x7f75e30b9a20>

          Returns the hash algorithm used for the SCT's signature.
        
timestamp = <abc.abstractproperty object at 0x7f75e30b9600>

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

          Returns the SCT version.
        

Version

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

Modules

abc

datetime

rust_x509

utils