Bouncy Castle Cryptography Library 1.37

org.bouncycastle.crypto.tls
Class TlsOuputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.bouncycastle.crypto.tls.TlsOuputStream

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
Throws:
java.io.IOException

write

public void write(int arg0)
           throws java.io.IOException
Throws:
java.io.IOException

cose

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

flush

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

Bouncy Castle Cryptography Library 1.37