Searched refs:alert_fatal (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DAlerts.java45 static final byte alert_fatal = 2; field in class:Alerts
H A DSSLEngineImpl.java1672 sendAlert(Alerts.alert_fatal, description);
1718 if (level == Alerts.alert_fatal) {
1785 if (level == Alerts.alert_fatal) {
H A DSSLSocketImpl.java1879 sendAlert(Alerts.alert_fatal, description);
1924 if (level == Alerts.alert_fatal) {
1990 if (level == Alerts.alert_fatal) {

Completed in 41 milliseconds