U
    4JeL  ã                   @   s(   d Z ddlmZ dZG dd„ deƒZdS )z&SHA256 Password Authentication Plugin.é   )ÚBaseAuthPluginÚMySQLSHA256PasswordAuthPluginc                   @   s*   e Zd ZU dZdZeed< dZeed< dS )r   zÆClass implementing the MySQL SHA256 authentication plugin

    Note that encrypting using RSA is not supported since the Python
    Standard Library does not provide this OpenSSL functionality.
    TÚrequires_sslZsha256_passwordÚplugin_nameN)	Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   ÚboolÚ__annotations__r   Ústr© r   r   úK/tmp/pip-unpacked-wheel-7_167w8m/mysql/connector/plugins/sha256_password.pyr   $   s   
N)r	   Ú r   ZAUTHENTICATION_PLUGIN_CLASSr   r   r   r   r   Ú<module>   s   