For the latest news and information visit
The GNU Crypto project

Uses of Class
gnu.crypto.sasl.InputBuffer

Packages that use InputBuffer
gnu.crypto.sasl Provides concrete implementations of some SASL (Simple Authentication and Security Layer) mechanisms.  
 

Uses of InputBuffer in gnu.crypto.sasl
 

Methods in gnu.crypto.sasl that return InputBuffer
static InputBuffer InputBuffer.getInstance(byte[] raw)
          Returns an instance of a SASL buffer given the buffer's encoded contents, excluding the buffer's header bytes.
static 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.
 


For the latest news and information visit
The GNU Crypto project

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