exceptions
Exceptions related to encryption.
Classes
DecryptError
class DecryptError(*args, **kwargs):Error when attempting to decrypt.
Ancestors
EncryptionError
class EncryptionError(*args, **kwargs):Error related to encryption processes.
Ancestors
Subclasses
RSAKeyError
class RSAKeyError(*args, **kwargs):Error related to RSA keys.