SecureRandom random = new SecureRandom(); byte[] iv = random.generateSeed(16); IvParameterSpec ips = new IvParameterSpec(iv);
確定! 回上一頁