abstract |
|
|
|
|
void |
beginHandshake() |
abstract |
|
|
|
|
void |
closeInbound() |
abstract |
|
|
|
|
void |
closeOutbound() |
abstract |
|
|
|
|
Runnable |
getDelegatedTask() |
abstract |
|
|
|
|
boolean |
getEnableSessionCreation() |
abstract |
|
|
|
|
String[] |
getEnabledCipherSuites() |
abstract |
|
|
|
|
String[] |
getEnabledProtocols() |
abstract |
|
|
|
|
SSLEngineResult.HandshakeStatus |
getHandshakeStatus() |
abstract |
|
|
|
|
boolean |
getNeedClientAuth() |
|
|
|
|
|
String |
getPeerHost() |
|
|
|
|
|
int |
getPeerPort() |
abstract |
|
|
|
|
SSLSession |
getSession() |
abstract |
|
|
|
|
String[] |
getSupportedCipherSuites() |
abstract |
|
|
|
|
String[] |
getSupportedProtocols() |
abstract |
|
|
|
|
boolean |
getUseClientMode() |
abstract |
|
|
|
|
boolean |
getWantClientAuth() |
abstract |
|
|
|
|
boolean |
isInboundDone() |
abstract |
|
|
|
|
boolean |
isOutboundDone() |
abstract |
|
|
|
|
void |
setEnableSessionCreation(boolean flag) |
abstract |
|
|
|
|
void |
setEnabledCipherSuites(String[] suites) |
abstract |
|
|
|
|
void |
setEnabledProtocols(String[] protocols) |
abstract |
|
|
|
|
void |
setNeedClientAuth(boolean need) |
abstract |
|
|
|
|
void |
setUseClientMode(boolean mode) |
abstract |
|
|
|
|
void |
setWantClientAuth(boolean want) |
|
|
|
|
|
SSLEngineResult |
unwrap(ByteBuffer src, ByteBuffer dst) |
abstract |
|
|
|
|
SSLEngineResult |
unwrap(ByteBuffer src, ByteBuffer[] dsts, int offset, int length) |
|
|
|
|
|
SSLEngineResult |
unwrap(ByteBuffer src, ByteBuffer[] dsts) |
|
|
|
|
|
SSLEngineResult |
wrap(ByteBuffer src, ByteBuffer dst) |
|
|
|
|
|
SSLEngineResult |
wrap(ByteBuffer[] srcs, ByteBuffer dst) |
abstract |
|
|
|
|
SSLEngineResult |
wrap(ByteBuffer[] srcs, int offset, int length, ByteBuffer dst) |