C# Класс BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsCipherFactory

Наследование: TlsCipherFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateCipher ( TlsContext context, int encryptionAlgorithm, int macAlgorithm ) : TlsCipher

Описание методов

CreateCipher() публичный Метод

public CreateCipher ( TlsContext context, int encryptionAlgorithm, int macAlgorithm ) : TlsCipher
context TlsContext
encryptionAlgorithm int
macAlgorithm int
Результат TlsCipher