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

/external/chromium_org/third_party/tlslite/tlslite/
H A Derrors.py9 TLSAuthenticationError, TLSNoAuthenticationError, TLSAuthenticationTypeError,
120 class TLSAuthenticationError(TLSError): class in inherits:TLSError
132 class TLSNoAuthenticationError(TLSAuthenticationError):
137 class TLSAuthenticationTypeError(TLSAuthenticationError):
142 class TLSFingerprintError(TLSAuthenticationError):
147 class TLSAuthorizationError(TLSAuthenticationError):
152 class TLSValidationError(TLSAuthenticationError):
157 TLSAuthenticationError.__init__(self, msg)

Completed in 940 milliseconds