Searched refs:ORIGINAL_PLAIN_TEXT (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherTest.java616 private static byte[] ORIGINAL_PLAIN_TEXT = new byte[] { 0x0a, 0x0b, 0x0c }; field in class:CipherTest
724 return ORIGINAL_PLAIN_TEXT;
744 return ORIGINAL_PLAIN_TEXT;
1501 assertEquals(Arrays.toString(ORIGINAL_PLAIN_TEXT),
1524 byte[] cipherText = encryptCipher.doFinal(ORIGINAL_PLAIN_TEXT);
1528 assertPadding(provider, expectedBlockType, ORIGINAL_PLAIN_TEXT, plainText);
3355 byte[] cipherText = c.doFinal(ORIGINAL_PLAIN_TEXT);
3372 assertEquals("Key size: " + keysize, Arrays.toString(ORIGINAL_PLAIN_TEXT),

Completed in 3969 milliseconds