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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java55 * Tests for {@link TLSByteChannel} class.
463 * {@link TLSByteChannel#getSSF()}.
471 assertNotNull(TLSByteChannel.getSSF(cipherString));
506 assertEquals((Integer) 56, TLSByteChannel
508 assertEquals((Integer) 40, TLSByteChannel
519 new ArrayList<String>(TLSByteChannel.CIPHER_MAP.keySet());
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java54 * Tests for {@link TLSByteChannel} class.
462 * {@link TLSByteChannel#getSSF()}.
470 assertNotNull(TLSByteChannel.getSSF(cipherString));
505 assertEquals((Integer) 56, TLSByteChannel
507 assertEquals((Integer) 40, TLSByteChannel
518 new ArrayList<String>(TLSByteChannel.CIPHER_MAP.keySet());
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java55 * Tests for {@link TLSByteChannel} class.
463 * {@link TLSByteChannel#getSSF()}.
471 assertNotNull(TLSByteChannel.getSSF(cipherString));
506 assertEquals((Integer) 56, TLSByteChannel
508 assertEquals((Integer) 40, TLSByteChannel
519 new ArrayList<String>(TLSByteChannel.CIPHER_MAP.keySet());
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java54 * Tests for {@link TLSByteChannel} class.
462 * {@link TLSByteChannel#getSSF()}.
470 assertNotNull(TLSByteChannel.getSSF(cipherString));
505 assertEquals((Integer) 56, TLSByteChannel
507 assertEquals((Integer) 40, TLSByteChannel
518 new ArrayList<String>(TLSByteChannel.CIPHER_MAP.keySet());
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java55 * Tests for {@link TLSByteChannel} class.
463 * {@link TLSByteChannel#getSSF()}.
471 assertNotNull(TLSByteChannel.getSSF(cipherString));
506 assertEquals((Integer) 56, TLSByteChannel
508 assertEquals((Integer) 40, TLSByteChannel
519 new ArrayList<String>(TLSByteChannel.CIPHER_MAP.keySet());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DTLSByteChannelTestCase.java55 * Tests for {@link TLSByteChannel} class.
463 * {@link TLSByteChannel#getSSF()}.
471 assertNotNull(TLSByteChannel.getSSF(cipherString));
503 assertEquals((Integer) 56, TLSByteChannel
505 assertEquals((Integer) 40, TLSByteChannel
515 List<String> ciphers = new ArrayList<>(TLSByteChannel.CIPHER_MAP.keySet());
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java58 public final class TLSByteChannel implements ConnectionSecurityProvider class in inherits:ConnectionSecurityProvider
480 public TLSByteChannel(final ByteChannel channel, final SSLEngine sslEngine) method in class:TLSByteChannel
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java57 public final class TLSByteChannel implements ConnectionSecurityProvider class in inherits:ConnectionSecurityProvider
479 public TLSByteChannel(final ByteChannel channel, final SSLEngine sslEngine) method in class:TLSByteChannel
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java58 public final class TLSByteChannel implements ConnectionSecurityProvider class in inherits:ConnectionSecurityProvider
480 public TLSByteChannel(final ByteChannel channel, final SSLEngine sslEngine) method in class:TLSByteChannel
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java58 public final class TLSByteChannel implements ConnectionSecurityProvider class in inherits:ConnectionSecurityProvider
480 public TLSByteChannel(final ByteChannel channel, final SSLEngine sslEngine) method in class:TLSByteChannel
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DTLSByteChannel.java57 public final class TLSByteChannel implements ConnectionSecurityProvider class in inherits:ConnectionSecurityProvider
479 public TLSByteChannel(final ByteChannel channel, final SSLEngine sslEngine) method in class:TLSByteChannel
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DTLSByteChannel.java54 public final class TLSByteChannel implements ConnectionSecurityProvider class in inherits:ConnectionSecurityProvider
470 public TLSByteChannel(final ByteChannel channel, final SSLEngine sslEngine) method in class:TLSByteChannel
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java63 import org.opends.server.extensions.TLSByteChannel;
1403 public TLSByteChannel getTLSByteChannel(ByteChannel channel)
1407 return new TLSByteChannel(channel, sslEngine);
H A DLDAPClientConnection.java66 import org.opends.server.extensions.TLSByteChannel;
2541 TLSByteChannel tlsByteChannel =
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java62 import org.opends.server.extensions.TLSByteChannel;
1402 public TLSByteChannel getTLSByteChannel(ByteChannel channel)
1406 return new TLSByteChannel(channel, sslEngine);
H A DLDAPClientConnection.java65 import org.opends.server.extensions.TLSByteChannel;
2558 TLSByteChannel tlsByteChannel =
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java63 import org.opends.server.extensions.TLSByteChannel;
1403 public TLSByteChannel getTLSByteChannel(ByteChannel channel)
1407 return new TLSByteChannel(channel, sslEngine);
H A DLDAPClientConnection.java66 import org.opends.server.extensions.TLSByteChannel;
2541 TLSByteChannel tlsByteChannel =
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java63 import org.opends.server.extensions.TLSByteChannel;
1403 public TLSByteChannel getTLSByteChannel(ByteChannel channel)
1407 return new TLSByteChannel(channel, sslEngine);
H A DLDAPClientConnection.java66 import org.opends.server.extensions.TLSByteChannel;
2541 TLSByteChannel tlsByteChannel =
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java62 import org.opends.server.extensions.TLSByteChannel;
1402 public TLSByteChannel getTLSByteChannel(ByteChannel channel)
1406 return new TLSByteChannel(channel, sslEngine);
H A DLDAPClientConnection.java65 import org.opends.server.extensions.TLSByteChannel;
2558 TLSByteChannel tlsByteChannel =
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java65 import org.opends.server.extensions.TLSByteChannel;
1336 public TLSByteChannel getTLSByteChannel(ByteChannel channel)
1340 return new TLSByteChannel(channel, sslEngine);
H A DLDAPClientConnection.java60 import org.opends.server.extensions.TLSByteChannel;
2450 TLSByteChannel tlsByteChannel =

Completed in 185 milliseconds