관리-도구
편집 파일: __init__.cpython-36.opt-1.pyc
3 l�_� � @ s` d dl mZmZmZ d dlZd dlZejej�G dd� de��Z ejej�G dd� de��Z dS )� )�absolute_import�division�print_functionNc @ s( e Zd Zejdd� �Zejdd� �ZdS )�AsymmetricSignatureContextc C s dS )zC Processes the provided bytes and returns nothing. N� )�self�datar r � /usr/lib64/python3.6/__init__.py�update s z!AsymmetricSignatureContext.updatec C s dS )z1 Returns the signature as bytes. Nr )r r r r �finalize s z#AsymmetricSignatureContext.finalizeN)�__name__� __module__�__qualname__�abc�abstractmethodr r r r r r r s r c @ s( e Zd Zejdd� �Zejdd� �ZdS )�AsymmetricVerificationContextc C s dS )zC Processes the provided bytes and returns nothing. Nr )r r r r r r s z$AsymmetricVerificationContext.updatec 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.verifyN)r r r r r r r r r r r r s r )Z __future__r r r r ZsixZ add_metaclass�ABCMeta�objectr r r r r r �<module> s