AriaWrapEngine(Boolean) Constructor

Create an AriaWrapEngine where the underlying cipher is (optionally) set to decrypt for wrapping, encrypt for unwrapping.

Definition

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

Parameters

useReverseDirection  Boolean
true if underlying cipher should be used in decryption mode, false otherwise.

See Also