org.bouncycastle.crypto.tls

Class TlsOuputStream


public class TlsOuputStream
extends OutputStream

An OutputStream for an TLS connection.

Constructor Summary

TlsOuputStream(TlsProtocolHandler handler)

Method Summary

void
cose()
void
flush()
void
write(buf[] , int offset, int len)
void
write(int arg0)

Constructor Details

TlsOuputStream

protected TlsOuputStream(TlsProtocolHandler handler)

Method Details

cose

public void cose()
            throws IOException

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