public class SSLEngineManager extends Object
| Constructor and Description |
|---|
SSLEngineManager(SSLEngine sslEngine,
FdInStream is_,
FdOutStream os_) |
| Modifier and Type | Method and Description |
|---|---|
void |
doHandshake() |
SSLSession |
getSession() |
int |
read(byte[] data,
int dataPtr,
int length) |
int |
write(byte[] data,
int dataPtr,
int length) |
public SSLEngineManager(SSLEngine sslEngine, FdInStream is_, FdOutStream os_) throws IOException
IOExceptionpublic int read(byte[] data,
int dataPtr,
int length)
throws IOException
IOExceptionpublic int write(byte[] data,
int dataPtr,
int length)
throws IOException
IOExceptionpublic SSLSession getSession()
Copyright © 2019. All rights reserved.