Table of Contents

Class AbstractTlsCipherFactory

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class AbstractTlsCipherFactory : TlsCipherFactory
Inheritance
AbstractTlsCipherFactory
Implements
Derived
Inherited Members

Constructors

AbstractTlsCipherFactory()

public AbstractTlsCipherFactory()

Methods

CreateCipher(TlsContext, int, int)

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

Parameters

context TlsContext
encryptionAlgorithm int
macAlgorithm int

Returns

TlsCipher