✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server.blackpussy.asia ​🇻​♯➤ 5.14.0-611.20.1.el9_7.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 163.245.207.76 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗞 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ mail,mb_send_mail
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/lib64/python3.9/site-packages/gpg/__pycache__//errors.cpython-39.pyc
a

e�\c�@sddlmZmZmZddlmZddlmZ[[[dZdZe�	de
��[Gdd�de�ZGd	d
�d
e�Z
d!dd�ZGd
d�de
e�ZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZGdd �d e�ZdS)"�)�absolute_import�print_function�unicode_literals�)�gpgme)�utilNZGPG_ERR_c@sReZdZdZddd�Zedd��Zedd��Zed	d
��Zedd��Z	d
d�Z
dS)�GpgErrora>A GPG Error

    This is the base of all errors thrown by this library.

    If the error originated from GPGME, then additional information
    can be found by looking at 'code' for the error code, and 'source'
    for the errors origin.  Suitable constants for comparison are
    defined in this module.  'code_str' and 'source_str' are
    human-readable versions of the former two properties.

    If 'context' is not None, then it contains a human-readable hint
    as to where the error originated from.

    If 'results' is not None, it is a tuple containing results of the
    operation that failed.  The tuples elements are the results of the
    function that raised the error.  Some operations return results
    even though they signal an error.  Of course this information must
    be taken with a grain of salt.  But often, this information is
    useful for diagnostic uses or to give the user feedback.  Since
    the normal control flow is disrupted by the exception, the callee
    can no longer return results, hence we attach them to the
    exception objects.

    NcCs||_||_||_dS�N)�error�context�results)�selfr
rr�r�0/usr/lib64/python3.9/site-packages/gpg/errors.py�__init__=szGpgError.__init__cCs|jdurdSt�|j�Sr	)r
rZgpgme_err_code�r
rrr�codeBs
z
GpgError.codecCs|jdurdSt�|j�Sr	)r
r�gpgme_strerrorrrrr�code_strHs
zGpgError.code_strcCs|jdurdSt�|j�Sr	)r
rZgpgme_err_sourcerrrr�sourceNs
zGpgError.sourcecCs|jdurdSt�|j�Sr	)r
rZgpgme_strsourcerrrr�
source_strTs
zGpgError.source_strcCsFg}|jdur|�|j�|jdur<|�|j�|�|j�d�|�S)Nz: )r�appendr
rr�join)r
Zmsgsrrr�__str__Zs

zGpgError.__str__)NNN)�__name__�
__module__�__qualname__�__doc__r�propertyrrrrrrrrrr#s




rc@s@eZdZdZedd��Zedd��Zdd�Zdd	�Z	d
d�Z
dS)
�
GPGMEErrorz�Generic error

    This is a generic error that wraps the underlying libraries native
    error type.  It is thrown when the low-level API is invoked and
    returns an error.  This is the error that was used in PyME.

    cCs|t���Sr	)rZgpgme_err_code_from_syserror)�clsrrr�fromSyserrormszGPGMEError.fromSyserrorcCs|jSr	)rrrrr�messageqszGPGMEError.messagecCst|�Sr	)�strrrrr�	getstringuszGPGMEError.getstringcCs|jSr	)rrrrr�getcodexszGPGMEError.getcodecCs|jSr	)rrrrr�	getsource{szGPGMEError.getsourceN)rrrr�classmethodr!rr"r$r%r&rrrrrds

rcCs|rt||��dSr	)r)ZretvalZ	extradatarrr�
errorchecksr(c@s eZdZdZdd�Zdd�ZdS)�KeyNotFoundz�Raised if a key was not found

    GPGME indicates this condition with EOF, which is not very
    idiomatic.  We raise this error that is both a GPGMEError
    indicating EOF, and a KeyError.

    cCs||_t�|t�dSr	)�keystrrr�EOF)r
r*rrrr�szKeyNotFound.__init__cCs|jSr	)r*rrrrr�szKeyNotFound.__str__N)rrrrrrrrrrr)�sr)c@seZdZdS)�EncryptionErrorN�rrrrrrrr,�sr,c@seZdZdd�Zdd�ZdS)�InvalidRecipientscKstj|fi|��||_dSr	)r,r�
recipients)r
r/�kwargsrrrr�szInvalidRecipients.__init__cCsd�dd�|jD��S)N�, css$|]}d�|jt�|j��VqdS�z{}: {}N��format�fprrr�reason)�.0�rrrr�	<genexpr>�s�z,InvalidRecipients.__str__.<locals>.<genexpr>)rr/rrrrr�s
�zInvalidRecipients.__str__N�rrrrrrrrrr.�sr.c@seZdZdS)�DecryptionErrorNr-rrrrr;�sr;c@seZdZdd�Zdd�ZdS)�UnsupportedAlgorithmcKstj|fi|��||_dSr	)r;r�	algorithm)r
r=r0rrrr�szUnsupportedAlgorithm.__init__cCs|jSr	)r=rrrrr�szUnsupportedAlgorithm.__str__Nr:rrrrr<�sr<c@seZdZdS)�SigningErrorNr-rrrrr>�sr>c@seZdZdd�Zdd�ZdS)�InvalidSignerscKstj|fi|��||_dSr	)r>r�signers)r
r@r0rrrr�szInvalidSigners.__init__cCsd�dd�|jD��S)Nr1css$|]}d�|jt�|j��VqdSr2r3�r7�srrrr9�s�z)InvalidSigners.__str__.<locals>.<genexpr>)rr@rrrrr�s
�zInvalidSigners.__str__Nr:rrrrr?�sr?c@seZdZdd�ZdS)�VerificationErrorcKstj|fi|��||_dSr	)rr�result)r
rDr0rrrr�szVerificationError.__init__N)rrrrrrrrrC�srCc@seZdZdd�ZdS)�
BadSignaturescCsd�dd�|jjD��S)Nr1css.|]&}|jtkrd�|jt�|j��VqdSr2)�status�NO_ERRORr4r5rrrArrrr9�s
�z(BadSignatures.__str__.<locals>.<genexpr>)rrDZ
signaturesrrrrr�s
�zBadSignatures.__str__N)rrrrrrrrrE�srEc@seZdZdd�Zdd�ZdS)�MissingSignaturescKstj||fi|��||_dSr	)rCr�missing)r
rDrIr0rrrr�szMissingSignatures.__init__cCsd�dd�|jD��S)Nr1css|]}|jdjVqdS)rN)Zsubkeysr5)r7�krrrr9��z,MissingSignatures.__str__.<locals>.<genexpr>)rrIrrrrr�szMissingSignatures.__str__Nr:rrrrrH�srH)N)Z
__future__rrr�rrrGr+Zprocess_constants�globals�	Exceptionrrr(�KeyErrorr)r,r.r;r<r>r?rCrErHrrrr�<module>s(A

	


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
14 Jan 2026 3.47 PM
root / root
0755
__init__.cpython-39.opt-1.pyc
3.986 KB
30 Mar 2022 7.37 PM
root / root
0644
__init__.cpython-39.pyc
3.986 KB
30 Mar 2022 7.37 PM
root / root
0644
callbacks.cpython-39.opt-1.pyc
1.178 KB
30 Mar 2022 7.37 PM
root / root
0644
callbacks.cpython-39.pyc
1.178 KB
30 Mar 2022 7.37 PM
root / root
0644
core.cpython-39.opt-1.pyc
52.304 KB
30 Mar 2022 7.37 PM
root / root
0644
core.cpython-39.pyc
52.386 KB
30 Mar 2022 7.37 PM
root / root
0644
errors.cpython-39.opt-1.pyc
8.029 KB
30 Mar 2022 7.37 PM
root / root
0644
errors.cpython-39.pyc
8.029 KB
30 Mar 2022 7.37 PM
root / root
0644
gpgme.cpython-39.opt-1.pyc
137.437 KB
30 Mar 2022 7.37 PM
root / root
0644
gpgme.cpython-39.pyc
137.437 KB
30 Mar 2022 7.37 PM
root / root
0644
results.cpython-39.opt-1.pyc
3.741 KB
30 Mar 2022 7.37 PM
root / root
0644
results.cpython-39.pyc
3.741 KB
30 Mar 2022 7.37 PM
root / root
0644
util.cpython-39.opt-1.pyc
1.585 KB
30 Mar 2022 7.37 PM
root / root
0644
util.cpython-39.pyc
1.585 KB
30 Mar 2022 7.37 PM
root / root
0644
version.cpython-39.opt-1.pyc
2.16 KB
30 Mar 2022 7.37 PM
root / root
0644
version.cpython-39.pyc
2.16 KB
30 Mar 2022 7.37 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF