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

A generic class for ciphersuites in TLS 1.0.
Exibir arquivo Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Private Properties

Property Type Description
DecodeCiphertext byte[]
EncodePlaintext byte[]
Init void

Private Methods

Method Description
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