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

A generic class for ciphersuites in TLS 1.0.
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DecodeCiphertext byte[]
EncodePlaintext byte[]
Init void

비공개 메소드들

메소드 설명
DecodeCiphertext ( short type, byte plaintext, int offset, int len, TlsProtocolHandler handler ) : byte[]
EncodePlaintext ( short type, byte plaintext, int offset, int len ) : byte[]
Init ( byte ms, byte cr, byte sr ) : void