Class PKIClientSocketListener

  • All Implemented Interfaces:
    java.util.EventListener, org.mozilla.jss.ssl.SSLHandshakeCompletedListener, org.mozilla.jss.ssl.SSLSocketListener

    public class PKIClientSocketListener
    extends java.lang.Object
    implements org.mozilla.jss.ssl.SSLSocketListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void alertReceived​(org.mozilla.jss.ssl.SSLAlertEvent event)  
      void alertSent​(org.mozilla.jss.ssl.SSLAlertEvent event)  
      void handshakeCompleted​(org.mozilla.jss.ssl.SSLHandshakeCompletedEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PKIClientSocketListener

        public PKIClientSocketListener()
    • Method Detail

      • alertReceived

        public void alertReceived​(org.mozilla.jss.ssl.SSLAlertEvent event)
        Specified by:
        alertReceived in interface org.mozilla.jss.ssl.SSLSocketListener
      • alertSent

        public void alertSent​(org.mozilla.jss.ssl.SSLAlertEvent event)
        Specified by:
        alertSent in interface org.mozilla.jss.ssl.SSLSocketListener
      • handshakeCompleted

        public void handshakeCompleted​(org.mozilla.jss.ssl.SSLHandshakeCompletedEvent event)
        Specified by:
        handshakeCompleted in interface org.mozilla.jss.ssl.SSLHandshakeCompletedListener