Convert the file to a byte array.
将文件转换成字节数组。
The second is the initial vector byte array.
第二个是初始矢量字节数组。
This byte array is called an initial vector (IV).
这个字节数组称为初始矢量(IV)。
Encode the hashed byte array into hex characters.
将哈希后的字节数组编码成十六进制字符。
I can simply use a 5-byte array of zeros as its content.
我只是使用一个全为零的5字节数组作为其内容。
The IV is then separated from the actual cipher byte array.
接着将IV与真正的密码字节数组分离。
The second parameter, a byte array, contains the message data.
第二个参数为字节数组,它包含消息数据。
The byte array after this weak key processing is a temporary secret key.
经过这种弱密钥处理的字节数组是一个临时密钥。
Get the byte array representation of the concatenated string from Step 1.
得到第1步中串接的字符串的字节数组表达。
This byte array will hold all the bytes of the INTEGER data type structure.
这个字节数组包含INTEGER数据类型结构的所有字节。
The next step is to convert the file that I want to send into a byte array.
下一步是把要发送的文件转换成字节数组。
Divide the padded byte array from Step 3 into equal blocks of 8 bytes each.
将第3步中附加了字节后的字节数组分为大小相同的块,每一块有8个字节。
This method instantiates a 5-byte array named noOptions initialized to five zeros.
这个方法实例化一个名为noOptions 的 5 字节数组,它初始化为五个零。
The first is the input array (data), and the second is an offset into the byte array.
第一个是输入数组(data),第二个是字节数组中的偏移。
We first get the message as a byte array, the necessary input for the XSLT transformation.
首先获取字节数组形式的消息,它是XSLT转换所必需的输入。
For example, when retrieved as a string, a byte array will look something like [B@4f25045a.
例如,当一个字节数组作为字符串被检索时,它将看起来有些像 [B@4f25045a。
Therefore, the ASN.1 byte array representations need enough bytes to hold all three portions.
因此,ASN. 1字节数组表达需要包含所有这三部分的足够空间。
The cipher byte array is then decrypted, and the decrypted byte array is returned as a text string.
接着对该密码字节数组解密,解密的字节数组作为文本字符串返回。
Because I have to use the key as the initial vector, I have passed the key as the initial vector byte array.
因为我必须用密钥作为初始矢量,所以将密钥作为初始矢量字节数组传递。
The third parameter marker is to hold the source of the XML document to be shredded in the form of byte array.
第三个参数标记符用于存放将被分解为字节数组的XML文档的源。
A record in RMS is a byte array and other J2ME applications will need to have information on how to interpret.
而RMS中的记录是字节数组,其他J2ME应用程序需要拥有关于如何解释它的信息。
It authors the ASN.1 representation of the length and returns a byte array that conforms to ASN.1's length format.
它生成一个该长度的ASN . 1表示,并返回一个符合ASN . 1长度格式的字节数组。
We begin by creating the necessary input streams, then loop through each record, storing its contents in a byte array.
首先创建必要的输入流,然后遍历所有记录,把其中的内容存储到一个字节数组。
I will now use the temporary secret key to encrypt the original padded byte array from Step 3 using the DES-CBC algorithm.
现在我要使用这个临时密钥以des -cbc算法加密第3步中得到的附加后的字节数组。
Use the MessageDigest class to hash the byte array, dealing with the appropriate exceptions, as shown in Listing 12 below.
使用MessageDigest类对字节数组进行哈希,处理相关异常,如清单12所示。
Each byte array will look different and the cache will assume that each array is unique, causing the cache to not work effectively.
每一个字节数组看起来都是不同的,高速缓存将假定每一个数组都是唯一的,这导致了高速缓存没有有效工作。
The difference here is that we read the payload into a byte array instead of a String, because that makes parsing it a little easier.
这里的不同之处在于,我们将该有效负载读入字节数组而不是字符串,因为这使得解析它比较容易。
This enables access to the underlying byte array without having to create additional copies after the data is written to the network.
这实现了对底层字节数组的访问,而无需在数据写到网络后创建额外的副本。
showRecord looks up a Photo and sets a content-type header before writing the photoData byte array directly to the HTTP response.
showRecord 会查询一个Photo,并在将photoData直接写入HTTP响应之前设置 content-type头信息。
The ClassTransformer's single method - transform - is passed the class to be redefined and a byte array containing the class's bytecode.
ClassTransformer的单个方法—transform—被传入要重定义的类和包含类的字节码的字节数组。
应用推荐