Frames | No Frames |
Constructors which throw type gnu.javax.crypto.sasl.SaslEncodingException | |
InputBuffer.InputBuffer(byte[] frame) Constructs a SASL buffer given the buffer's encoded form, including its
header bytes.
|
Methods which throw type gnu.javax.crypto.sasl.SaslEncodingException | |
byte[] | Returns the encoded form of the current buffer including the 4-byte length
header.
|
int | InputBuffer.twoBytesToLength(byte[] b) Converts two octets into the number that they represent.
|
byte[] | Returns the encoded form of the current buffer excluding the 4-byte length
header.
|