Wrapper
public 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, wait
getAlgorithmName, init, unwrap, wrap
public AESWrapEngine()
public AESWrapEngine(boolean useReverseDirection)
useReverseDirection
- true if underlying cipher should be used in decryption mode, false otherwise.