Searched defs:TLSError (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/tlslite/tlslite/
H A Derrors.py8 @sort: TLSError, TLSAbruptCloseError, TLSAlert, TLSLocalAlert, TLSRemoteAlert,
17 class TLSError(Exception): class in inherits:Exception
24 class TLSClosedConnectionError(TLSError, socket.error):
28 class TLSAbruptCloseError(TLSError):
39 class TLSAlert(TLSError):
120 class TLSAuthenticationError(TLSError):
160 class TLSFaultError(TLSError):
170 class TLSUnsupportedError(TLSError):

Completed in 258 milliseconds