Frames | No Frames |
Methods with return type gnu.javax.crypto.sasl.InputBuffer | |
InputBuffer | InputBuffer.getInstance(byte[] raw) Returns an instance of a SASL buffer given the buffer's encoded contents,
excluding the buffer's header bytes.
|
InputBuffer | InputBuffer.getInstance(byte[] raw, int offset, int len) Returns an instance of a SASL buffer given the buffer's encoded contents,
excluding the buffer's header bytes.
|