exceptions.pyi 640 B

1234567891011121314151617
  1. # This file is dual licensed under the terms of the Apache License, Version
  2. # 2.0, and the BSD License. See the LICENSE file in the root of this repository
  3. # for complete details.
  4. class _Reasons:
  5. BACKEND_MISSING_INTERFACE: _Reasons
  6. UNSUPPORTED_HASH: _Reasons
  7. UNSUPPORTED_CIPHER: _Reasons
  8. UNSUPPORTED_PADDING: _Reasons
  9. UNSUPPORTED_MGF: _Reasons
  10. UNSUPPORTED_PUBLIC_KEY_ALGORITHM: _Reasons
  11. UNSUPPORTED_ELLIPTIC_CURVE: _Reasons
  12. UNSUPPORTED_SERIALIZATION: _Reasons
  13. UNSUPPORTED_X509: _Reasons
  14. UNSUPPORTED_EXCHANGE_ALGORITHM: _Reasons
  15. UNSUPPORTED_DIFFIE_HELLMAN: _Reasons
  16. UNSUPPORTED_MAC: _Reasons