Searched defs:TLSAlert (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,
39 class TLSAlert(TLSError): class in inherits:TLSError
71 class TLSLocalAlert(TLSAlert):
91 alertStr = TLSAlert._descriptionStr.get(self.description)
99 class TLSRemoteAlert(TLSAlert):
115 alertStr = TLSAlert._descriptionStr.get(self.description)

Completed in 121 milliseconds