관리-도구
편집 파일: __init__.cpython-39.pyc
a �a� � @ s4 d dl Z G dd� de jd�ZG dd� de jd�ZdS )� Nc @ s6 e Zd Zejedd�dd��Zejed�dd��ZdS )�AsymmetricSignatureContextN��data�returnc C s dS �zC Processes the provided bytes and returns nothing. N� ��selfr r r �X/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py�update s z!AsymmetricSignatureContext.update�r c C s dS )z1 Returns the signature as bytes. Nr �r r r r �finalize s z#AsymmetricSignatureContext.finalize)�__name__� __module__�__qualname__�abc�abstractmethod�bytesr r r r r r r s r )� metaclassc @ s6 e Zd Zejedd�dd��Zejdd�dd��ZdS )�AsymmetricVerificationContextNr c C s dS r r r r r r r s z$AsymmetricVerificationContext.updater c C s dS )z� Raises an exception if the bytes provided to update do not match the signature or the signature does not match the public key. Nr r r r r �verify s z$AsymmetricVerificationContext.verify)r r r r r r r r r r r r r s r )r �ABCMetar r r r r r �<module> s