|
|||||||||
Home >> All >> cryptix >> [ sasl overview ] | PREV NEXT |
Uses of Class
cryptix.sasl.SaslEncodingException
Uses of SaslEncodingException in cryptix.sasl |
Methods in cryptix.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 cryptix.sasl that throw SaslEncodingException | |
InputBuffer(byte[] frame)
Constructs a SASL buffer given the buffer's encoded form, including its header bytes. |
|
OTPInputBuffer(byte[] frame)
Constructs a SASL buffer given the buffer's encoded form, including its header bytes. |
|
|||||||||
Home >> All >> cryptix >> [ sasl overview ] | PREV NEXT |