gnu.crypto.sasl
public class SaslOutputStream extends OutputStream
Version: $Revision: 1.2 $
Constructor Summary | |
---|---|
SaslOutputStream(SaslClient client, OutputStream dest) | |
SaslOutputStream(SaslServer server, OutputStream dest) |
Method Summary | |
---|---|
void | close() |
void | flush() |
void | write(int b)
When writing octets to the resulting stream, if a security layer has been
negotiated, each piece of data written (by a single invocation of
write() ) will be encapsulated as a SASL buffer, as defined in
RFC 2222, and then written to the underlying dest output stream. |
void | write(byte[] b, int off, int len)
When writing octets to the resulting stream, if a security layer has been
negotiated, each piece of data written (by a single invocation of
write() ) will be encapsulated as a SASL buffer, as defined in
RFC 2222, and then written to the underlying dest output stream. |
write()
) will be encapsulated as a SASL buffer, as defined in
RFC 2222, and then written to the underlying dest output stream.write()
) will be encapsulated as a SASL buffer, as defined in
RFC 2222, and then written to the underlying dest output stream.