Uses of Class
org.mozilla.jss.ssl.SSLSocket
Packages that use SSLSocket
-
Uses of SSLSocket in org.mozilla.jss.ssl
Fields in org.mozilla.jss.ssl declared as SSLSocketModifier and TypeFieldDescriptionprivate SSLSocketSSLInputStream.sockprivate SSLSocketSSLOutputStream.sockMethods in org.mozilla.jss.ssl that return SSLSocketModifier and TypeMethodDescriptionSSLAlertEvent.getSocket()SSLHandshakeCompletedEvent.getSocket()Get socket on which the event occurred; null if on a SSLEngine.Methods in org.mozilla.jss.ssl with parameters of type SSLSocketModifier and TypeMethodDescriptionvoidSSLServer.handleConnection(SSLSocket s) private byte[]SSLServerSocket.socketAccept(SSLSocket s, int timeout, boolean handshakeAsClient) Constructors in org.mozilla.jss.ssl with parameters of type SSLSocketModifierConstructorDescriptionSSLAlertEvent(SSLSocket socket) SSLAlertEvent(SSLSocket socket, int level, int description) SSLAlertEvent(SSLSocket socket, SSLAlertLevel level, SSLAlertDescription description) SSLHandshakeCompletedEvent(SSLSocket socket) (package private)SSLInputStream(SSLSocket sock) (package private)SSLOutputStream(SSLSocket sock) -
Uses of SSLSocket in org.mozilla.jss.ssl.javax
Subclasses of SSLSocket in org.mozilla.jss.ssl.javaxModifier and TypeClassDescriptionclassSSL-enabled socket following the javax.net.ssl.SSLSocket interface.