Skip to main content

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

RSAKeyError

class RSAKeyError(*args, **kwargs):

Error related to RSA keys.

Ancestors