Rfc3394WrapEngine(IBlockCipher, Boolean) Constructor

Initializes a new instance of the Rfc3394WrapEngine class

Definition

Namespace: Org.BouncyCastle.Crypto.Engines
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public Rfc3394WrapEngine(
	IBlockCipher engine,
	bool useReverseDirection
)

Parameters

engine  IBlockCipher
 
useReverseDirection  Boolean
 

See Also