Modifier and Type | Field and Description |
---|---|
protected Buffer |
UserAuth.buf |
Modifier and Type | Method and Description |
---|---|
Buffer |
Session.read(Buffer buf)
reads some bytes - not to be used from outside.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
KeyExchange.next(Buffer buf)
Does the next step in the key exchange algorithm.
|
boolean |
DHGEX.next(Buffer _buf) |
boolean |
DHG14.next(Buffer _buf) |
boolean |
DHG1.next(Buffer _buf) |
boolean |
DHECN.next(Buffer _buf) |
Buffer |
Session.read(Buffer buf)
reads some bytes - not to be used from outside.
|
Constructor and Description |
---|
Packet(Buffer buffer)
creates a new Packet, based on a buffer.
|
This is an inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.