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

Syntax

C#
public class Rfc3394WrapEngine : IWrapper
Visual Basic
Public Class Rfc3394WrapEngine _
	Implements IWrapper
Visual C++
public ref class Rfc3394WrapEngine : IWrapper

Remarks

An implementation of the AES Key Wrapper from the NIST Key Wrap Specification as described in RFC 3394.

For further details see: http://www.ietf.org/rfc/rfc3394.txt and http://csrc.nist.gov/encryption/kms/key-wrap.pdf.

Inheritance Hierarchy

See Also