Home
last modified time | relevance | path

Searched refs:toSSLHandshakeException (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DConscryptEngineSocket.java156 throw SSLUtils.toSSLHandshakeException(new EOFException()); in startHandshake()
189 throw SSLUtils.toSSLHandshakeException(e); in startHandshake()
DConscryptEngine.java66 import static org.conscrypt.SSLUtils.toSSLHandshakeException;
413 throw SSLUtils.toSSLHandshakeException(e); in beginHandshakeInternal()
955 throw toSSLHandshakeException(e); in handshake()
1091 return SSLUtils.toSSLHandshakeException(e); in convertException()
DSSLUtils.java280 static SSLHandshakeException toSSLHandshakeException(Throwable e) { in toSSLHandshakeException() method in SSLUtils