|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.io.TLSWrapper
public class TLSWrapper
Describe class TLSWrapper here. Created: Sat Mar 5 09:13:29 2005
| Constructor Summary | |
|---|---|
TLSWrapper(SSLContext sslc,
TLSEventHandler eventHandler,
boolean clientMode)
Creates a new TLSWrapper instance. |
|
| Method Summary | |
|---|---|
int |
bytesConsumed()
Method description |
void |
close()
Method description |
int |
getAppBuffSize()
Method description |
tigase.cert.CertCheckResult |
getCertificateStatus(boolean revocationEnabled)
Method description |
int |
getNetBuffSize()
Method description |
int |
getPacketBuffSize()
Method description |
TLSStatus |
getStatus()
Method description |
boolean |
isClientMode()
Method description |
void |
setDebugId(String id)
Method description |
ByteBuffer |
unwrap(ByteBuffer net,
ByteBuffer app)
Method description |
void |
wrap(ByteBuffer app,
ByteBuffer net)
Method description |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TLSWrapper(SSLContext sslc,
TLSEventHandler eventHandler,
boolean clientMode)
TLSWrapper instance.
sslc - eventHandler - clientMode - | Method Detail |
|---|
public int bytesConsumed()
public void close()
throws SSLException
SSLExceptionpublic int getAppBuffSize()
public tigase.cert.CertCheckResult getCertificateStatus(boolean revocationEnabled)
revocationEnabled -
public int getNetBuffSize()
public int getPacketBuffSize()
public TLSStatus getStatus()
public boolean isClientMode()
public void setDebugId(String id)
id -
public ByteBuffer unwrap(ByteBuffer net,
ByteBuffer app)
throws SSLException
net - app -
SSLException
public void wrap(ByteBuffer app,
ByteBuffer net)
throws SSLException
app - net -
SSLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||