NOPE. I still have to init() my Cipher. But which of the 8 init() overloads do I call??
Using my Domain Knowledge™ I deduce that the answer is an IvParameterSpec because AES needs an IV.
Sure is too bad that there’s no way to *statically* tell the compiler that I used the right *type* of AlgorithmParameterSpec and this exception would never happen...