C# 클래스 Org.BouncyCastle.Crypto.Tls.RecordStream

An implementation of the TLS 1.0 record layer.
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
ReadData ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ReadData() 공개 메소드

public ReadData ( ) : void
리턴 void