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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java419 final String cipherString = iter.next();
421 results[i][0] = cipherString;
434 String cipherString = nodes.item(i).getNodeValue();
437 if (cipherString.startsWith("TLS_")
438 && !"TLS_EMPTY_RENEGOTIATION_INFO_SCSV".equals(cipherString))
440 cipherStrings.add(cipherString);
465 * @param cipherString
469 public void getSsfForIanaRegistryCipherSuites(String cipherString) argument
471 assertNotNull(TLSByteChannel.getSSF(cipherString));
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java418 final String cipherString = iter.next();
420 results[i][0] = cipherString;
433 String cipherString = nodes.item(i).getNodeValue();
436 if (cipherString.startsWith("TLS_")
437 && !"TLS_EMPTY_RENEGOTIATION_INFO_SCSV".equals(cipherString))
439 cipherStrings.add(cipherString);
464 * @param cipherString
468 public void getSsfForIanaRegistryCipherSuites(String cipherString) argument
470 assertNotNull(TLSByteChannel.getSSF(cipherString));
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java419 final String cipherString = iter.next();
421 results[i][0] = cipherString;
434 String cipherString = nodes.item(i).getNodeValue();
437 if (cipherString.startsWith("TLS_")
438 && !"TLS_EMPTY_RENEGOTIATION_INFO_SCSV".equals(cipherString))
440 cipherStrings.add(cipherString);
465 * @param cipherString
469 public void getSsfForIanaRegistryCipherSuites(String cipherString) argument
471 assertNotNull(TLSByteChannel.getSSF(cipherString));
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java418 final String cipherString = iter.next();
420 results[i][0] = cipherString;
433 String cipherString = nodes.item(i).getNodeValue();
436 if (cipherString.startsWith("TLS_")
437 && !"TLS_EMPTY_RENEGOTIATION_INFO_SCSV".equals(cipherString))
439 cipherStrings.add(cipherString);
464 * @param cipherString
468 public void getSsfForIanaRegistryCipherSuites(String cipherString) argument
470 assertNotNull(TLSByteChannel.getSSF(cipherString));
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java419 final String cipherString = iter.next();
421 results[i][0] = cipherString;
434 String cipherString = nodes.item(i).getNodeValue();
437 if (cipherString.startsWith("TLS_")
438 && !"TLS_EMPTY_RENEGOTIATION_INFO_SCSV".equals(cipherString))
440 cipherStrings.add(cipherString);
465 * @param cipherString
469 public void getSsfForIanaRegistryCipherSuites(String cipherString) argument
471 assertNotNull(TLSByteChannel.getSSF(cipherString));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java419 final String cipherString = iter.next();
421 results[i][0] = cipherString;
434 String cipherString = nodes.item(i).getNodeValue();
437 if (cipherString.startsWith("TLS_")
438 && !"TLS_EMPTY_RENEGOTIATION_INFO_SCSV".equals(cipherString))
440 cipherStrings.add(cipherString);
465 * @param cipherString
469 public void getSsfForIanaRegistryCipherSuites(String cipherString) argument
471 assertNotNull(TLSByteChannel.getSSF(cipherString));
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java563 * @param cipherString
568 static Integer getSSF(final String cipherString) argument
572 if (cipherString.contains(mapEntry.getKey()))
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java562 * @param cipherString
567 static Integer getSSF(final String cipherString) argument
571 if (cipherString.contains(mapEntry.getKey()))
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java563 * @param cipherString
568 static Integer getSSF(final String cipherString) argument
572 if (cipherString.contains(mapEntry.getKey()))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java563 * @param cipherString
568 static Integer getSSF(final String cipherString) argument
572 if (cipherString.contains(mapEntry.getKey()))
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java562 * @param cipherString
567 static Integer getSSF(final String cipherString) argument
571 if (cipherString.contains(mapEntry.getKey()))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DTLSByteChannel.java542 * @param cipherString
547 static Integer getSSF(final String cipherString) argument
551 if (cipherString.contains(mapEntry.getKey()))

Completed in 33 milliseconds