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 TypeClassDescriptionclassThe reference JSSEngine implementation.Fields in org.mozilla.jss.ssl.javax declared as JSSEngineModifier and TypeFieldDescriptionprivate JSSEngineJSSServerSocket.engineJSSEngine instance to utilize for SSLEngine operations.private JSSEngineJSSServerSocketChannel.engineprivate JSSEngineJSSSocket.engineJSSEngine instance to utilize for SSLEngine operations.private JSSEngineJSSSocketChannel.engineprivate JSSEngineJSSSession.parentMethods 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) protectedJSSSession(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)