C# Class Org.BouncyCastle.Crypto.Tls.RecordStream

An implementation of the TLS 1.0 record layer.
Mostrar archivo Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
ReadData ( ) : void

Private Methods

Method Description
ClientCipherSpecDecided ( TlsCompression tlsCompression, TlsCipher tlsCipher ) : void
Close ( ) : void
DecodeAndVerify ( Org.BouncyCastle.Crypto.Tls.ContentType type, Stream inStr, int len ) : byte[]
DoFinal ( CombinedHash ch ) : byte[]
Flush ( ) : void
GetCurrentHash ( ) : byte[]
RecordStream ( TlsProtocolHandler handler, Stream inStr, Stream outStr ) : System
ServerClientSpecReceived ( ) : void
UpdateHandshakeData ( byte message, int offset, int len ) : void
WriteMessage ( Org.BouncyCastle.Crypto.Tls.ContentType type, byte message, int offset, int len ) : void

Method Details

ReadData() public method

public ReadData ( ) : void
return void