Home
last modified time | relevance | path

Searched refs:alertDescription (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
DAlerts.java86 static String alertDescription(byte code) { in alertDescription() method in Alerts
DSSLEngineImpl.java1725 System.out.println(Alerts.alertDescription(description)); in recvAlert()
1752 + Alerts.alertDescription(description); in recvAlert()
1793 + Alerts.alertDescription(description)); in sendAlert()
DSSLSocketImpl.java1931 System.out.println(Alerts.alertDescription(description)); in recvAlert()
1957 + Alerts.alertDescription(description); in recvAlert()
1998 + Alerts.alertDescription(description)); in sendAlert()
DClientHandshaker.java1287 String message = Alerts.alertDescription(description); in handshakeAlert()
DServerHandshaker.java1566 String message = Alerts.alertDescription(description); in handshakeAlert()