Searched defs:cipher1 (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java538 * Ensure the set (cipher1, cipher2) is different from the set (match1,
541 private boolean not(String cipher1, String cipher2, String match1, argument
544 return (!cipher1.equals(match1) || !cipher2.equals(match2))
545 && (!cipher2.equals(match1) || !cipher1.equals(match2));
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java537 * Ensure the set (cipher1, cipher2) is different from the set (match1,
540 private boolean not(String cipher1, String cipher2, String match1, argument
543 return (!cipher1.equals(match1) || !cipher2.equals(match2))
544 && (!cipher2.equals(match1) || !cipher1.equals(match2));
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java538 * Ensure the set (cipher1, cipher2) is different from the set (match1,
541 private boolean not(String cipher1, String cipher2, String match1, argument
544 return (!cipher1.equals(match1) || !cipher2.equals(match2))
545 && (!cipher2.equals(match1) || !cipher1.equals(match2));
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java537 * Ensure the set (cipher1, cipher2) is different from the set (match1,
540 private boolean not(String cipher1, String cipher2, String match1, argument
543 return (!cipher1.equals(match1) || !cipher2.equals(match2))
544 && (!cipher2.equals(match1) || !cipher1.equals(match2));
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java538 * Ensure the set (cipher1, cipher2) is different from the set (match1,
541 private boolean not(String cipher1, String cipher2, String match1, argument
544 return (!cipher1.equals(match1) || !cipher2.equals(match2))
545 && (!cipher2.equals(match1) || !cipher1.equals(match2));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java534 * Ensure the set (cipher1, cipher2) is different from the set (match1,
537 private boolean not(String cipher1, String cipher2, String match1, argument
540 return (!cipher1.equals(match1) || !cipher2.equals(match2))
541 && (!cipher2.equals(match1) || !cipher1.equals(match2));

Completed in 71 milliseconds