Table of Contents

Interface TlsCipherFactory

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public interface TlsCipherFactory

Methods

CreateCipher(TlsContext, int, int)

TlsCipher CreateCipher(TlsContext context, int encryptionAlgorithm, int macAlgorithm)

Parameters

context TlsContext
encryptionAlgorithm int
macAlgorithm int

Returns

TlsCipher