{@code incoming} is the contents of the SASL buffer as defined in RFC 2222without the leading four octet field that represents the length. {@code offset} and {@code len} specify the portion of {@code incoming}to use. @param incoming A non-null byte array containing the encoded bytesfrom the client. @param offset The starting position at {@code incoming} of the bytes to use. @param len The number of bytes from {@code incoming} to use. @return A non-null byte array containing the decoded bytes. @exception SaslException if {@code incoming} cannot be successfullyunwrapped. @exception IllegalStateException if the authentication exchange hasnot completed, or if the negotiated quality of protection has neither integrity nor privacy
|
|
|
|
|
|
|
|