Searched refs:getSSLException (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/ssl/ |
D | Alerts.java | 153 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
|
D | SSLEngineImpl.java | 1619 cause = Alerts.getSSLException(description, cause, diagnostic); in fatal() 1684 Alerts.getSSLException(description, cause, diagnostic); in fatal() 1754 closeReason = Alerts.getSSLException(description, reason); in recvAlert()
|
D | SSLSocketImpl.java | 1794 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()
|