public class SSLCTX4D
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
m_ctx
A reference to the real client/server context.
|
protected java.lang.Object |
nativeHeap |
| Modifier | Constructor and Description |
|---|---|
protected |
SSLCTX4D(int options,
int num_sessions) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose4D() |
protected void |
finalize() |
SSL |
find4D(Socket s) |
SSL |
newClient4D(Socket socket,
byte[] session_id) |
SSL |
newServer4D(Socket socket) |
int |
objLoad4D(int obj_type,
byte[] data,
int len,
java.lang.String password) |
int |
objLoad4D(int obj_type,
Stream material,
java.lang.String password) |
protected long m_ctx
protected java.lang.Object nativeHeap
public void dispose4D()
public int objLoad4D(int obj_type,
Stream material,
java.lang.String password)
throws IOException
IOExceptionpublic int objLoad4D(int obj_type,
byte[] data,
int len,
java.lang.String password)
protected final void finalize()
finalize in class java.lang.Object