|
For the latest news and information visit The GNU Crypto project | |
| Frames | No Frames |
Methods with return type gnu.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.
Calls the method with the same name and three arguments as:
getInstance(raw, 0, raw.length).
|
| 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.
|