| Server IP : 138.197.176.125 / Your IP : 216.73.217.54 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/cryptography/x509/__pycache__/ |
Upload File : |
U
�e�]� � @ sp d dl mZmZmZ d dlZd dlmZ d dlZG dd� de�ZG dd� de�Z e�
ej�G dd � d e��Z
dS )
� )�absolute_import�division�print_functionN)�Enumc @ s e Zd ZdZdZdS )�LogEntryTyper � N)�__name__�
__module__�__qualname__ZX509_CERTIFICATEZPRE_CERTIFICATE� r r �L/usr/lib/python3/dist-packages/cryptography/x509/certificate_transparency.pyr
s r c @ s e Zd ZdZdS )�Versionr N)r r r
Zv1r r r r r
s r
c @ sD e Zd Zejdd� �Zejdd� �Zejdd� �Zejdd� �Zd S )
�SignedCertificateTimestampc C s dS )z*
Returns the SCT version.
Nr ��selfr r r �version s z"SignedCertificateTimestamp.versionc 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_idc C s dS )z5
Returns the timestamp for this SCT.
Nr r r r r � timestamp$ s z$SignedCertificateTimestamp.timestampc 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_typeN) r r r
�abc�abstractpropertyr r r r r r r r r s
r )Z
__future__r r r r �enumr Zsixr r
Z
add_metaclass�ABCMeta�objectr r r r r �<module> s