val ivSpec = IvParameterSpec(iv) cipher.init(Cipher.DECRYPT_MODE, key, ivSpec)... // Decrypt data using Cipher, initialized with IV.
確定! 回上一頁