OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipherText
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/test/java/libcore/javax/crypto/
CipherInputStreamTest.java
35
private final byte[]
cipherText
= { 121, -124, -106, 43, -55, -67, -105, -75 };
48
assertEquals(Arrays.toString(
cipherText
), Arrays.toString(bytes));
54
InputStream in = new CipherInputStream(new ByteArrayInputStream(
cipherText
), cipher);
62
InputStream in = new CipherInputStream(new ByteArrayInputStream(
cipherText
), cipher);
CipherTest.java
2146
public final byte[]
ciphertext
;
field in class:CipherTest.CipherTestParam
[
all
...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java
277
+ ".
ciphertext
";
344
byte[]
cipherText
= loadBytes("hyts_" + "des-ede3-cbc.test" + index
345
+ ".
ciphertext
");
347
encryptedPlaintext,
cipherText
));
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java
341
+ ".
ciphertext
";
419
byte[]
cipherText
= loadBytes("hyts_" + "des-ede3-cbc.test" + index
420
+ ".
ciphertext
");
422
Arrays.toString(
cipherText
), Arrays.toString(encryptedPlaintext));
[
all
...]
Completed in 282 milliseconds