603604605606607608609610611612613
byte[] encryptDataKey = dfsfile.getEncryptDataKey(); /* * RSAEncrypter 对象调用解密模块,解密已加密的数据密钥 */ byte[] dataKey = encrypter.decrypt(pKey, encryptDataKey); /* * 根据数据密钥,构造DesEncrypter对象 */ // Create encrypter/decrypter class