Home
last modified time | relevance | path

Searched refs:toSSLException (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DSSLUtils.java291 static SSLException toSSLException(Throwable e) { in toSSLException() method in SSLUtils
DConscryptEngine.java1093 return SSLUtils.toSSLException(e); in convertException()