Wrapper
public class ARIAWrapEngine extends RFC3394WrapEngine
For further details see: http://csrc.nist.gov/encryption/kms/key-wrap.pdf.
Constructor | Description |
---|---|
ARIAWrapEngine() |
Create a regular AESWrapEngine specifying the encrypt for wrapping, decrypt for unwrapping.
|
ARIAWrapEngine(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 ARIAWrapEngine()
public ARIAWrapEngine(boolean useReverseDirection)
useReverseDirection
- true if underlying cipher should be used in decryption mode, false otherwise.