Uses of Class
org.mozilla.jss.ssl.SSLAlertEvent
Packages that use SSLAlertEvent
-
Uses of SSLAlertEvent in org.mozilla.jss.nss
Fields in org.mozilla.jss.nss with type parameters of type SSLAlertEvent -
Uses of SSLAlertEvent in org.mozilla.jss.ssl
Methods in org.mozilla.jss.ssl with parameters of type SSLAlertEventModifier and TypeMethodDescriptionvoid
SSLSocketListener.alertReceived
(SSLAlertEvent event) void
SSLSocketListener.alertSent
(SSLAlertEvent event) private void
SSLSocket.fireAlertReceivedEvent
(SSLAlertEvent event) private void
SSLSocket.fireAlertSentEvent
(SSLAlertEvent event) -
Uses of SSLAlertEvent in org.mozilla.jss.ssl.javax
Methods in org.mozilla.jss.ssl.javax with parameters of type SSLAlertEventModifier and TypeMethodDescriptionprotected void
JSSEngine.fireAlertReceived
(SSLAlertEvent event) Fires any and all SSLSocketListeners on the specified alert received event.protected void
JSSEngine.fireAlertSent
(SSLAlertEvent event) Fires any and all SSLSocketListeners on the specified alert sent event.