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

/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEP_KAT.java56 private static byte[] plainText, seed, cipherText, cipherText2; field in class:TestOAEP_KAT
103 cipherText2 = c.doFinal(plainText);
104 if (Arrays.equals(cipherText2, cipherText) == false) {

Completed in 29 milliseconds