Uses of Class gnu.crypto.sasl.InputBuffer

Uses in package gnu.crypto.sasl

Methods with return type gnu.crypto.sasl.InputBuffer

InputBuffer
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.

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.