Class RFC3394WrapEngine

java.lang.Object
org.bouncycastle.crypto.engines.RFC3394WrapEngine
All Implemented Interfaces:
Wrapper
Direct Known Subclasses:
AESWrapEngine

public class RFC3394WrapEngine
extends Object
implements Wrapper
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.

  • Constructor Details

    • RFC3394WrapEngine

      public RFC3394WrapEngine​(BlockCipher engine)
  • Method Details