Trying to define UDF functions in Spark to encrypt/decrypt columns in a DataFrame. I am using two encryption functions, one of which uses a random IvParameterSpec (IV). What