For the latest news and information visit
The GNU Crypto project

Uses of Class
gnu.crypto.sasl.SaslEncodingException

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

Uses of SaslEncodingException in gnu.crypto.sasl
 

Methods in gnu.crypto.sasl that throw SaslEncodingException
 byte[] OutputBuffer.encode()
          Returns the encoded form of the current buffer including the 4-byte length header.
 byte[] OutputBuffer.wrap()
          Returns the encoded form of the current buffer excluding the 4-byte length header.
static int InputBuffer.fourBytesToLength(byte[] b)
          Converts four octets into the number that they represent.
static int InputBuffer.twoBytesToLength(byte[] b)
          Converts two octets into the number that they represent.
 

Constructors in gnu.crypto.sasl that throw SaslEncodingException
InputBuffer(byte[] frame)
          Constructs a SASL buffer given the buffer's encoded form, including its header bytes.
 


For the latest news and information visit
The GNU Crypto project

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