C# Класс Org.BouncyCastle.Crypto.Tls.TlsCipherSuite

A generic class for ciphersuites in TLS 1.0.
Показать файл Открыть проект Примеры использования класса

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