Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/ssl/
DAlerts.java153 static SSLException getSSLException(byte description, String reason) { in getSSLException() method in Alerts
154 return getSSLException(description, null, reason); in getSSLException()
161 static SSLException getSSLException(byte description, Throwable cause, in getSSLException() method in Alerts
DSSLEngineImpl.java1619 cause = Alerts.getSSLException(description, cause, diagnostic); in fatal()
1684 Alerts.getSSLException(description, cause, diagnostic); in fatal()
1754 closeReason = Alerts.getSSLException(description, reason); in recvAlert()
DSSLSocketImpl.java1794 throw Alerts.getSSLException(Alerts.alert_internal_error, e, in handleException()
1885 Alerts.getSSLException(description, cause, diagnostic); in fatal()
1959 closeReason = Alerts.getSSLException(description, reason); in recvAlert()