Namespace: Org.BouncyCastle.Crypto.Engines
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class AesWrapEngine : Rfc3394WrapEngine
Visual Basic
Public Class AesWrapEngine _
	Inherits Rfc3394WrapEngine
Visual C++
public ref class AesWrapEngine : public Rfc3394WrapEngine

Remarks

An implementation of the AES Key Wrapper from the NIST Key Wrap Specification.

For further details see: http://csrc.nist.gov/encryption/kms/key-wrap.pdf.

Inheritance Hierarchy

System..::..Object
  Org.BouncyCastle.Crypto.Engines..::..Rfc3394WrapEngine
    Org.BouncyCastle.Crypto.Engines..::..AesWrapEngine

See Also