o
    B]                     @   s2   d dl mZ d dlmZmZ G dd dejZdS )    )base)errinderrorc                   @   s0   e Zd ZdZdd Zdd Zdd Zdd	 Zd
S )NoAuth)
         r   r   r   
   r   r   r   c                 C      d S N )selfauthKeyr   r   I/usr/lib/python3/dist-packages/pysnmp/proto/secmod/rfc3414/auth/noauth.pyhashPassphrase      zNoAuth.hashPassphrasec                 C   r
   r   r   )r   r   ZsnmpEngineIDr   r   r   localizeKey   r   zNoAuth.localizeKeyc                 C      t jtjdN)ZerrorIndicationr   ZStatusInformationr   ZnoAuthentication)r   r   wholeMsgr   r   r   authenticateOutgoingMsg      zNoAuth.authenticateOutgoingMsgc                 C   r   r   r   )r   r   ZauthParametersr   r   r   r   authenticateIncomingMsg   r   zNoAuth.authenticateIncomingMsgN)__name__
__module____qualname__Z	serviceIDr   r   r   r   r   r   r   r   r      s    r   N)Z pysnmp.proto.secmod.rfc3414.authr   Zpysnmp.protor   r   ZAbstractAuthenticationServicer   r   r   r   r   <module>   s   