Uses of Class
org.mozilla.jss.ssl.SSLAlertEvent
Packages that use SSLAlertEvent
Package
Description
SSL sockets.
-
Uses of SSLAlertEvent in org.dogtagpki.jss.tomcat
Methods in org.dogtagpki.jss.tomcat with parameters of type SSLAlertEventModifier and TypeMethodDescriptionvoidTomcatJSS.alertReceived(SSLAlertEvent event) voidTomcatJSS.alertSent(SSLAlertEvent event) -
Uses of SSLAlertEvent in org.mozilla.jss.nss
Fields in org.mozilla.jss.nss with type parameters of type SSLAlertEventMethods in org.mozilla.jss.nss with parameters of type SSLAlertEventModifier and TypeMethodDescriptionvoidSSLFDProxy.alertReceived(SSLAlertEvent event) voidSSLFDProxy.alertSent(SSLAlertEvent event) -
Uses of SSLAlertEvent in org.mozilla.jss.ssl
Methods in org.mozilla.jss.ssl with parameters of type SSLAlertEventModifier and TypeMethodDescriptionvoidSSLSocketListener.alertReceived(SSLAlertEvent event) voidSSLSocketListener.alertSent(SSLAlertEvent event) private voidSSLSocket.fireAlertReceivedEvent(SSLAlertEvent event) private voidSSLSocket.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 voidJSSEngine.fireAlertReceived(SSLAlertEvent event) Fires any and all SSLSocketListeners on the specified alert received event.protected voidJSSEngine.fireAlertSent(SSLAlertEvent event) Fires any and all SSLSocketListeners on the specified alert sent event.