第二个是初始矢量字节数组。
这个字节数组称为初始矢量(IV)。
接着将IV与真正的密码字节数组分离。
第一个技巧是将对象转变为一个字节数组。
第二个参数为字节数组,它包含消息数据。
The second parameter, a byte array, contains the message data.
将文件转换成字节数组。
将哈希后的字节数组编码成十六进制字符。
下一步是把要发送的文件转换成字节数组。
The next step is to convert the file that I want to send into a byte array.
得到第1步中串接的字符串的字节数组表达。
Get the byte array representation of the concatenated string from Step 1.
将对象转换为字节数组
经过这种弱密钥处理的字节数组是一个临时密钥。
The byte array after this weak key processing is a temporary secret key.
输入文本字符串转换成了字节数组,并用它填充。
The input text string is converted into an array of bytes and is padded.
该接口中惟一的方法接收两个参数,它们都是字节数组。
The sole method in this interface accepts two parameters, and both are byte arrays.
这个字节数组包含INTEGER数据类型结构的所有字节。
This byte array will hold all the bytes of the INTEGER data type structure.
首先获取字节数组形式的消息,它是XSLT转换所必需的输入。
We first get the message as a byte array, the necessary input for the XSLT transformation.
第一个是输入数组(data),第二个是字节数组中的偏移。
The first is the input array (data), and the second is an offset into the byte array.
记录存储中的每个记录是一个字节数组,并且有唯一的整数标识符。
Each record in a record store is an array of bytes and has a unique integer identifier.
第三个参数标记符用于存放将被分解为字节数组的XML文档的源。
The third parameter marker is to hold the source of the XML document to be shredded in the form of byte array.
接着对该密码字节数组解密,解密的字节数组作为文本字符串返回。
The cipher byte array is then decrypted, and the decrypted byte array is returned as a text string.
知道了所需要的字节数后,我就实例化一个具有适当大小的字节数组。
When I know the required number of bytes, I instantiate an array of bytes of an appropriate size.
甚至可以直接从字节数组或者流中装载二进制类,以及从头开始创建新类。
You can even load binary classes directly from byte arrays or streams, and create new classes from scratch.
因为我必须用密钥作为初始矢量,所以将密钥作为初始矢量字节数组传递。
Because I have to use the key as the initial vector, I have passed the key as the initial vector byte array.
即使一个对象只有一个值,我们也要将它转换为一组固定长度的字节数组。
Even though an object is a single value, we've turned it into a set of fixed-length byte arrays.
这实现了对底层字节数组的访问,而无需在数据写到网络后创建额外的副本。
This enables access to the underlying byte array without having to create additional copies after the data is written to the network.
将第3步中附加了字节后的字节数组分为大小相同的块,每一块有8个字节。
Divide the padded byte array from Step 3 into equal blocks of 8 bytes each.
不过,我们在这里构造的字节数组并不是很正确,我们将在下一节看到这一点。
However, the byte arrays we've constructed here aren't quite right, as we'll see in the next section.
首先创建必要的输入流,然后遍历所有记录,把其中的内容存储到一个字节数组。
We begin by creating the necessary input streams, then loop through each record, storing its contents in a byte array.
我们的密钥生成过程的第八步是要检查奇偶修正后的字节数组是否是一个弱的密钥。
The eighth step during our secret key generation process is to check whether the byte array after parity fixing turns out to be a weak key.
但是我们准备为每一个对象创建一个节点,并将字节数组存储到该节点的slot中。
But we're going to create a node for each object and store the byte arrays in the slots of that node.
而RMS中的记录是字节数组,其他J2ME应用程序需要拥有关于如何解释它的信息。
A record in RMS is a byte array and other J2ME applications will need to have information on how to interpret.
应用推荐