AriaWrapEngine(Boolean) Constructor
Create an AriaWrapEngine where the underlying cipher is (optionally) set to decrypt for wrapping, encrypt for
unwrapping.
Namespace: Org.BouncyCastle.Crypto.EnginesAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public AriaWrapEngine(
bool useReverseDirection
)
Public Sub New (
useReverseDirection As Boolean
)
public:
AriaWrapEngine(
bool useReverseDirection
)
Org.BouncyCastle.Crypto.Engines.AriaWrapEngine = function(useReverseDirection);
Parameters
- useReverseDirection Boolean
- true if underlying cipher should be used in decryption mode, false
otherwise.