C# Class BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsCipherFactory

Inheritance: TlsCipherFactory
Show file Open project: 526077247/ET

Public Methods

Method Description
CreateCipher ( TlsContext context, int encryptionAlgorithm, int macAlgorithm ) : TlsCipher

Method Details

CreateCipher() public method

public CreateCipher ( TlsContext context, int encryptionAlgorithm, int macAlgorithm ) : TlsCipher
context TlsContext
encryptionAlgorithm int
macAlgorithm int
return TlsCipher