org.bouncycastle.crypto.tls
Class TlsOuputStream
java.lang.Object
java.io.OutputStream
org.bouncycastle.crypto.tls.TlsOuputStream
- public class TlsOuputStream
- extends java.io.OutputStream
An OutputStream for an TLS connection.
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 |
TlsOuputStream
protected TlsOuputStream(TlsProtocolHandler handler)
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