Class ARIAWrapEngine

    • 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.