Table of Contents

Class CipherFactory

Namespace
Org.BouncyCastle.Crypto.Utilities
Assembly
BouncyCastle.Cryptography.dll
public class CipherFactory
Inheritance
CipherFactory
Inherited Members

Methods

CreateContentCipher(bool, ICipherParameters, AlgorithmIdentifier)

public static object CreateContentCipher(bool forEncryption, ICipherParameters encKey, AlgorithmIdentifier encryptionAlgID)

Parameters

forEncryption bool
encKey ICipherParameters
encryptionAlgID AlgorithmIdentifier

Returns

object