public class ARIAWrapEngine extends RFC3394WrapEngine
For further details see: https://csrc.nist.gov/encryption/kms/key-wrap.pdf.
Constructor and Description |
---|
ARIAWrapEngine()
Create a regular ARIAWrapEngine specifying the encrypt for wrapping, decrypt for unwrapping.
|
ARIAWrapEngine(boolean useReverseDirection)
Create an ARIAWrapEngine where the underlying cipher is set to decrypt for wrapping, encrypt for unwrapping.
|
getAlgorithmName, init, unwrap, wrap
public ARIAWrapEngine()
public ARIAWrapEngine(boolean useReverseDirection)
useReverseDirection
- true if underlying cipher should be used in decryption mode, false otherwise.