Class ARIAWrapEngine

    • Constructor Summary

      Constructors 
      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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ARIAWrapEngine

        public ARIAWrapEngine()
        Create a regular AESWrapEngine specifying the encrypt for wrapping, decrypt for unwrapping.
      • ARIAWrapEngine

        public ARIAWrapEngine​(boolean useReverseDirection)
        Create an AESWrapEngine where the underlying cipher is set to decrypt for wrapping, encrypt for unwrapping.
        Parameters:
        useReverseDirection - true if underlying cipher should be used in decryption mode, false otherwise.