org.bouncycastle.crypto.tls
public class RecordStream extends Object
Field Summary | |
---|---|
protected CombinedHash | hash1 |
protected CombinedHash | hash2 |
protected TlsCipherSuite | readSuite |
protected TlsCipherSuite | writeSuite |
Constructor Summary | |
---|---|
protected | RecordStream(TlsProtocolHandler handler, InputStream is, OutputStream os) |
Method Summary | |
---|---|
protected void | close() |
protected byte[] | decodeAndVerify(short type, InputStream is, int len) |
protected void | flush() |
void | readData() |
protected void | writeMessage(short type, byte[] message, int offset, int len) |