U
    *”}fÏ  ã                   @   sp   d dl mZmZmZ d dlZd dlZd dlmZmZ e 	ej
¡G dd„ deƒƒZe 	ej
¡G dd„ deƒƒZdS )é    )Úabsolute_importÚdivisionÚprint_functionN)ÚUnsupportedAlgorithmÚ_Reasonsc                   @   s&   e Zd Zedd„ ƒZejdd„ ƒZdS )ÚX448PublicKeyc                 C   s*   ddl m} | ¡ s tdtjƒ‚| |¡S ©Nr   )Úbackendz1X448 is not supported by this version of OpenSSL.)Ú,cryptography.hazmat.backends.openssl.backendr	   Úx448_supportedr   r   ÚUNSUPPORTED_EXCHANGE_ALGORITHMZx448_load_public_bytes©ÚclsÚdatar	   © r   úR/tmp/pip-unpacked-wheel-x36vw73o/cryptography/hazmat/primitives/asymmetric/x448.pyÚfrom_public_bytes   s    þzX448PublicKey.from_public_bytesc                 C   s   dS ©z9
        The serialized bytes of the public key.
        Nr   )ÚselfÚencodingÚformatr   r   r   Úpublic_bytes   s    zX448PublicKey.public_bytesN)Ú__name__Ú
__module__Ú__qualname__Úclassmethodr   ÚabcÚabstractmethodr   r   r   r   r   r      s   
r   c                   @   sN   e Zd Zedd„ ƒZedd„ ƒZejdd„ ƒZejdd„ ƒZ	ejd	d
„ ƒZ
dS )ÚX448PrivateKeyc                 C   s(   ddl m} | ¡ s tdtjƒ‚| ¡ S r   )r
   r	   r   r   r   r   Zx448_generate_key)r   r	   r   r   r   Úgenerate%   s    þzX448PrivateKey.generatec                 C   s*   ddl m} | ¡ s tdtjƒ‚| |¡S r   )r
   r	   r   r   r   r   Zx448_load_private_bytesr   r   r   r   Úfrom_private_bytes0   s    þz!X448PrivateKey.from_private_bytesc                 C   s   dS r   r   )r   r   r   r   Ú
public_key<   s    zX448PrivateKey.public_keyc                 C   s   dS )z:
        The serialized bytes of the private key.
        Nr   )r   r   r   Zencryption_algorithmr   r   r   Úprivate_bytesB   s    zX448PrivateKey.private_bytesc                 C   s   dS )zY
        Performs a key exchange operation using the provided peer's public key.
        Nr   )r   Zpeer_public_keyr   r   r   ÚexchangeH   s    zX448PrivateKey.exchangeN)r   r   r   r   r   r    r   r   r!   r"   r#   r   r   r   r   r   #   s   




r   )Ú
__future__r   r   r   r   ÚsixZcryptography.exceptionsr   r   Úadd_metaclassÚABCMetaÚobjectr   r   r   r   r   r   Ú<module>   s   

