Uses of Class
org.mozilla.jss.ssl.javax.JSSEngine
Packages that use JSSEngine
Package
Description
SSL sockets.
-
Uses of JSSEngine in org.mozilla.jss.provider.javax.net
Methods in org.mozilla.jss.provider.javax.net with parameters of type JSSEngine -
Uses of JSSEngine in org.mozilla.jss.ssl
Fields in org.mozilla.jss.ssl declared as JSSEngineMethods in org.mozilla.jss.ssl that return JSSEngineModifier and TypeMethodDescriptionSSLAlertEvent.getEngine()
SSLHandshakeCompletedEvent.getEngine()
Get engine on which the event occurred; null if on a SSLSocket.Methods in org.mozilla.jss.ssl with parameters of type JSSEngineConstructors in org.mozilla.jss.ssl with parameters of type JSSEngine -
Uses of JSSEngine in org.mozilla.jss.ssl.javax
Subclasses of JSSEngine in org.mozilla.jss.ssl.javaxModifier and TypeClassDescriptionclass
The reference JSSEngine implementation.Fields in org.mozilla.jss.ssl.javax declared as JSSEngineModifier and TypeFieldDescriptionprivate JSSEngine
JSSServerSocket.engine
JSSEngine instance to utilize for SSLEngine operations.private JSSEngine
JSSServerSocketChannel.engine
private JSSEngine
JSSSocket.engine
JSSEngine instance to utilize for SSLEngine operations.private JSSEngine
JSSSocketChannel.engine
private JSSEngine
JSSSession.parent
Methods in org.mozilla.jss.ssl.javax that return JSSEngineModifier and TypeMethodDescriptionJSSServerSocket.getEngine()
Get the underlying JSSEngine instance.JSSSession.getEngine()
JSSSocket.getEngine()
Get the underlying JSSEngine instance.Constructors in org.mozilla.jss.ssl.javax with parameters of type JSSEngineModifierConstructorDescriptionJSSServerSocketChannel
(JSSServerSocket sslSocket, ServerSocket parentSocket, JSSEngine engine) JSSServerSocketChannel
(JSSServerSocket sslSocket, ServerSocketChannel parent, JSSEngine engine) protected
JSSSession
(JSSEngine engine, int buffer_size) JSSSocketChannel
(JSSSocket sslSocket, Socket parentSocket, ReadableByteChannel readChannel, WritableByteChannel writeChannel, JSSEngine engine) JSSSocketChannel
(JSSSocket sslSocket, SocketChannel parent, Socket parentSocket, ReadableByteChannel readChannel, WritableByteChannel writeChannel, JSSEngine engine) JSSSocketChannel
(JSSSocket sslSocket, SocketChannel parent, JSSEngine engine)