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 SSLSocket
SSLInputStream.sock
private SSLSocket
SSLOutputStream.sock
Methods 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 TypeMethodDescriptionvoid
SSLServer.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)