Cipher cipher = Cipher.getInstance(AES_MODE);... cipher.init(mode, new SecretKeySpec(key, "AES"), new IvParameterSpec(iv));... return cipher.doFinal(data);
確定! 回上一頁