| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 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/hazmat/__pycache__/ |
Upload File : |
U
�e�]� � @ s4 d dl mZmZmZ d dlmZ G dd� de�ZdS )� )�absolute_import�division�print_function)�utilsc @ sJ e Zd Zdd� Zdd� Zdd� Zdd� Zd d
� Zedd� �Z e
�d
�ZdS )�ObjectIdentifierc C s� || _ | j �d�}g }|D ]<}z|�t|d�� W q tk
rT td| j ��Y qX qt|�dk rrtd| j ��|d dkr�td| j ��|d dk r�|d dkr�td | j ��d S )
N�.r z%Malformed OID: %s (non-integer nodes)� z0Malformed OID: %s (insufficient number of nodes)z2Malformed OID: %s (first node outside valid range)� �( z3Malformed OID: %s (second node outside valid range))�_dotted_string�split�append�int�
ValueError�len)�self�
dotted_stringZnodesZintnodesZnode� r �:/usr/lib/python3/dist-packages/cryptography/hazmat/_oid.py�__init__ s<