赞
踩
KeyGenerator keyGen = KeyGenerator.getInstance("AES"); SecureRandom random=SecureRandom.getInstance("SHA1PRNG"); random.setSeed(decryptKey.getBytes()); keyGen.init(128, random); Cipher cipher = Cipher.getInstance("AES"); cipher.init(Cipher.DECRYPT_MODE, new SecretKeySpec(ke
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。