org.bouncycastle.crypto.tls

Class TlsOuputStream


public class TlsOuputStream
extends OutputStream

An OutputStream for an TLS connection.

Method Summary

void
close()
void
cose()
Deprecated. Use 'close' instead
void
flush()
void
write(buf[] , int offset, int len)
void
write(int arg0)

Method Details

close

public void close()
            throws IOException

cose

public void cose()
            throws IOException

Deprecated. Use 'close' instead


flush

public void flush()
            throws IOException

write

public void write(buf[] ,
                  int offset,
                  int len)
            throws IOException

write

public void write(int arg0)
            throws IOException