Skip to main content

exceptions

Exceptions related to encryption.

Classes​

DecryptError​

class DecryptError(*args, **kwargs):

Error when attempting to decrypt.

ECDSAKeyError​

class ECDSAKeyError(*args, **kwargs):

Error related to ECDSA keys.

EncryptionError​

class EncryptionError(*args, **kwargs):

Error related to encryption processes.

Ancestors​

RSAKeyError​

class RSAKeyError(*args, **kwargs):

Error related to RSA keys.