Home | History | Annotate | Download | only in testcases

Lines Matching defs:bytesToHex

84     System.out.println("testEciesBasic:" + TestUtil.bytesToHex(ciphertext));
87 assertEquals(TestUtil.bytesToHex(message), TestUtil.bytesToHex(decrypted));
175 System.out.println(TestUtil.bytesToHex(ciphertext));
185 fail("Decrypted:" + TestUtil.bytesToHex(corrupt));
251 String block1 = TestUtil.bytesToHex(Arrays.copyOfRange(ciphertext, 241, 257));
252 String block2 = TestUtil.bytesToHex(Arrays.copyOfRange(ciphertext, 257, 273));
253 assertTrue("Ciphertext repeats:" + TestUtil.bytesToHex(ciphertext), !block1.equals(block2));
290 assertEquals(TestUtil.bytesToHex(message), TestUtil.bytesToHex(decrypted));
332 assertEquals(TestUtil.bytesToHex(message), TestUtil.bytesToHex(decrypted));