Class AriaWrapEngine
- Namespace
- Org.BouncyCastle.Crypto.Engines
- Assembly
- BouncyCastle.Cryptography.dll
public class AriaWrapEngine : Rfc3394WrapEngine, IWrapper
- Inheritance
-
AriaWrapEngine
- Implements
- Inherited Members
Remarks
An implementation of the ARIA Key Wrapper from the NIST Key Wrap Specification.
For further details see: http://csrc.nist.gov/encryption/kms/key-wrap.pdf.Constructors
AriaWrapEngine()
Create a regular AriaWrapEngine specifying the encrypt for wrapping, decrypt for unwrapping.
public AriaWrapEngine()
AriaWrapEngine(bool)
Create an AriaWrapEngine where the underlying cipher is (optionally) set to decrypt for wrapping, encrypt for unwrapping.
public AriaWrapEngine(bool useReverseDirection)
Parameters
useReverseDirectionbooltrue if underlying cipher should be used in decryption mode, false otherwise.