Wrapperpublic class AESWrapEngine extends RFC3394WrapEngine
For further details see: http://csrc.nist.gov/encryption/kms/key-wrap.pdf.
| Constructor | Description |
|---|---|
AESWrapEngine() |
Create a regular AESWrapEngine specifying the encrypt for wrapping, decrypt for unwrapping.
|
AESWrapEngine(boolean useReverseDirection) |
Create an AESWrapEngine where the underlying cipher is set to decrypt for wrapping, encrypt for unwrapping.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlgorithmName, init, unwrap, wrappublic AESWrapEngine()
public AESWrapEngine(boolean useReverseDirection)
useReverseDirection - true if underlying cipher should be used in decryption mode, false otherwise.