Next I create a Cipher class object and initiate it in encryption mode.
接着创建cipher类对象,并以加密方式对它初始化。
A Cipher class object is created and initiated in the decryption mode.
这样就用解密方式创建并初始化了cipher类对象。
I then re-initialize the cipher with the new iv object.
然后我用新的iv对象重新初始化这个密码。
Next, I pass the DESEngine object to the CBCBlockCipher constructor to create a CBCBlockCipher object named cipher.
然后,我将这个DESEngine对象传递给构造函数CBCBlockCipher以创建一个名为cipher的CBCBlockCipher对象。
The cipher object will perform the actual DES-CBC operations.
这个cipher对象将执行实际的DES - CBC操作。
The next step is to initiate the cipher object by calling its init method.
下一步是调用cipher对象的init方法初始化这个对象。
The next step is to initiate the cipher object by calling its init method.
下一步是调用cipher对象的init方法初始化这个对象。
应用推荐