Bouncy Castle Cryptography Library 1.37

org.bouncycastle.crypto.tls
Class TlsOuputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.bouncycastle.crypto.tls.TlsOuputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class TlsOuputStream
extends java.io.OutputStream

An OutputStream for an TLS connection.


Constructor Summary
protected TlsOuputStream(TlsProtocolHandler handler)
           
 
Method Summary
 void cose()
           
 void flush()
           
 void write(byte[] buf, int offset, int len)
           
 void write(int arg0)
           
 
Methods inherited from class java.io.OutputStream
close, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TlsOuputStream

protected TlsOuputStream(TlsProtocolHandler handler)
Method Detail

write

public void write(byte[] buf,
                  int offset,
                  int len)
           throws java.io.IOException
Overrides:
write in class java.io.OutputStream
Throws:
java.io.IOException

write

public void write(int arg0)
           throws java.io.IOException
Specified by:
write in class java.io.OutputStream
Throws:
java.io.IOException

cose

public void cose()
          throws java.io.IOException
Throws:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
Specified by:
flush in interface java.io.Flushable
Overrides:
flush in class java.io.OutputStream
Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.37