Searched refs:sslContext (Results 1 - 25 of 34) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java176 final SSLContext sslContext = cryptoManager
178 final SSLSocketFactory sslSocketFactory = sslContext
259 final SSLContext sslContext = cryptoManager
261 final SSLSocketFactory sslSocketFactory = sslContext
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java170 final SSLContext sslContext = cryptoManager
172 final SSLSocketFactory sslSocketFactory = sslContext.getSocketFactory();
233 final SSLContext sslContext = cryptoManager
235 final SSLSocketFactory sslSocketFactory = sslContext.getSocketFactory();
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java176 final SSLContext sslContext = cryptoManager
178 final SSLSocketFactory sslSocketFactory = sslContext
259 final SSLContext sslContext = cryptoManager
261 final SSLSocketFactory sslSocketFactory = sslContext
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java176 final SSLContext sslContext = cryptoManager
178 final SSLSocketFactory sslSocketFactory = sslContext
259 final SSLContext sslContext = cryptoManager
261 final SSLSocketFactory sslSocketFactory = sslContext
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java170 final SSLContext sslContext = cryptoManager
172 final SSLSocketFactory sslSocketFactory = sslContext.getSocketFactory();
233 final SSLContext sslContext = cryptoManager
235 final SSLSocketFactory sslSocketFactory = sslContext.getSocketFactory();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java176 final SSLContext sslContext = cryptoManager.getSslContext(REPLICATION_CLIENT_NAME, sslCertNicknames);
177 final SSLSocketFactory sslSocketFactory = sslContext.getSocketFactory();
238 final SSLContext sslContext = cryptoManager.getSslContext(REPLICATION_SERVER_NAME, sslCertNicknames);
239 final SSLSocketFactory sslSocketFactory = sslContext.getSocketFactory();
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java227 private SSLContext sslContext; field in class:LDAPConnectionHandler
380 sslContext = createSSLContext(config);
381 sslEngine = createSSLEngine(config, sslContext);
385 sslContext = null;
839 SSLContext sslContext = createSSLContext(config);
840 createSSLEngine(config, sslContext);
1406 SSLEngine sslEngine = createSSLEngine(currentConfig, sslContext);
1413 SSLContext sslContext) throws DirectoryException
1417 SSLEngine sslEngine = sslContext.createSSLEngine();
1499 SSLContext sslContext
1412 createSSLEngine(LDAPConnectionHandlerCfg config, SSLContext sslContext) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java226 private SSLContext sslContext; field in class:LDAPConnectionHandler
379 sslContext = createSSLContext(config);
380 sslEngine = createSSLEngine(config, sslContext);
384 sslContext = null;
838 SSLContext sslContext = createSSLContext(config);
839 createSSLEngine(config, sslContext);
1405 SSLEngine sslEngine = createSSLEngine(currentConfig, sslContext);
1412 SSLContext sslContext) throws DirectoryException
1416 SSLEngine sslEngine = sslContext.createSSLEngine();
1498 SSLContext sslContext
1411 createSSLEngine(LDAPConnectionHandlerCfg config, SSLContext sslContext) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java227 private SSLContext sslContext; field in class:LDAPConnectionHandler
380 sslContext = createSSLContext(config);
381 sslEngine = createSSLEngine(config, sslContext);
385 sslContext = null;
839 SSLContext sslContext = createSSLContext(config);
840 createSSLEngine(config, sslContext);
1406 SSLEngine sslEngine = createSSLEngine(currentConfig, sslContext);
1413 SSLContext sslContext) throws DirectoryException
1417 SSLEngine sslEngine = sslContext.createSSLEngine();
1499 SSLContext sslContext
1412 createSSLEngine(LDAPConnectionHandlerCfg config, SSLContext sslContext) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java227 private SSLContext sslContext; field in class:LDAPConnectionHandler
380 sslContext = createSSLContext(config);
381 sslEngine = createSSLEngine(config, sslContext);
385 sslContext = null;
839 SSLContext sslContext = createSSLContext(config);
840 createSSLEngine(config, sslContext);
1406 SSLEngine sslEngine = createSSLEngine(currentConfig, sslContext);
1413 SSLContext sslContext) throws DirectoryException
1417 SSLEngine sslEngine = sslContext.createSSLEngine();
1499 SSLContext sslContext
1412 createSSLEngine(LDAPConnectionHandlerCfg config, SSLContext sslContext) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java226 private SSLContext sslContext; field in class:LDAPConnectionHandler
379 sslContext = createSSLContext(config);
380 sslEngine = createSSLEngine(config, sslContext);
384 sslContext = null;
838 SSLContext sslContext = createSSLContext(config);
839 createSSLEngine(config, sslContext);
1405 SSLEngine sslEngine = createSSLEngine(currentConfig, sslContext);
1412 SSLContext sslContext) throws DirectoryException
1416 SSLEngine sslEngine = sslContext.createSSLEngine();
1498 SSLContext sslContext
1411 createSSLEngine(LDAPConnectionHandlerCfg config, SSLContext sslContext) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPConnectionHandler.java222 private SSLContext sslContext; field in class:LDAPConnectionHandler
365 sslContext = createSSLContext(config);
366 sslEngine = createSSLEngine(config, sslContext);
370 sslContext = null;
1339 SSLEngine sslEngine = createSSLEngine(currentConfig, sslContext);
1346 SSLContext sslContext) throws DirectoryException
1350 SSLEngine sslEngine = sslContext.createSSLEngine();
1459 SSLContext sslContext = SSLContext.getInstance(SSL_CONTEXT_INSTANCE_NAME);
1460 sslContext.init(keyManagers, trustManagerProvider.getTrustManagers(),
1462 return sslContext;
1345 createSSLEngine(LDAPConnectionHandlerCfg config, SSLContext sslContext) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java828 SSLContext sslContext = createSSLContext(config);
829 SSLEngineConfigurator configurator = new SSLEngineConfigurator(sslContext);
833 final SSLEngine defaults = sslContext.createSSLEngine();
931 SSLContext sslContext = SSLContext.getInstance(SSL_CONTEXT_INSTANCE_NAME);
932 sslContext.init(keyManagers, trustManagerProvider.getTrustManagers(), null);
933 return sslContext;
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java998 SSLContext sslContext = createSSLContext(config);
1000 new SSLEngineConfigurator(sslContext);
1004 final SSLEngine defaults = sslContext.createSSLEngine();
1091 SSLContext sslContext = SSLContext.getInstance(SSL_CONTEXT_INSTANCE_NAME);
1092 sslContext.init(keyManagers, trustManagerProvider.getTrustManagers(), null);
1093 return sslContext;
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java977 SSLContext sslContext = createSSLContext(config);
979 new SSLEngineConfigurator(sslContext);
983 final SSLEngine defaults = sslContext.createSSLEngine();
1070 SSLContext sslContext = SSLContext.getInstance(SSL_CONTEXT_INSTANCE_NAME);
1071 sslContext.init(keyManagers, trustManagerProvider.getTrustManagers(), null);
1072 return sslContext;
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java1000 SSLContext sslContext = createSSLContext(config);
1002 new SSLEngineConfigurator(sslContext);
1006 final SSLEngine defaults = sslContext.createSSLEngine();
1093 SSLContext sslContext = SSLContext.getInstance(SSL_CONTEXT_INSTANCE_NAME);
1094 sslContext.init(keyManagers, trustManagerProvider.getTrustManagers(), null);
1095 return sslContext;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java998 SSLContext sslContext = createSSLContext(config);
1000 new SSLEngineConfigurator(sslContext);
1004 final SSLEngine defaults = sslContext.createSSLEngine();
1091 SSLContext sslContext = SSLContext.getInstance(SSL_CONTEXT_INSTANCE_NAME);
1092 sslContext.init(keyManagers, trustManagerProvider.getTrustManagers(), null);
1093 return sslContext;
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java977 SSLContext sslContext = createSSLContext(config);
979 new SSLEngineConfigurator(sslContext);
983 final SSLEngine defaults = sslContext.createSSLEngine();
1070 SSLContext sslContext = SSLContext.getInstance(SSL_CONTEXT_INSTANCE_NAME);
1071 sslContext.init(keyManagers, trustManagerProvider.getTrustManagers(), null);
1072 return sslContext;
/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java3040 SSLContext sslContext;
3048 sslContext = SSLContext.getInstance("TLS");
3052 sslContext.init(keyManagers, trustManagers, null);
3060 sslContext.init(extendedKeyManagers, trustManagers, null);
3076 return sslContext;
/forgerock/opendj2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java3061 SSLContext sslContext;
3069 sslContext = SSLContext.getInstance("TLS");
3073 sslContext.init(keyManagers, trustManagers, null);
3081 sslContext.init(extendedKeyManagers, trustManagers, null);
3097 return sslContext;
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java3040 SSLContext sslContext;
3048 sslContext = SSLContext.getInstance("TLS");
3052 sslContext.init(keyManagers, trustManagers, null);
3060 sslContext.init(extendedKeyManagers, trustManagers, null);
3076 return sslContext;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java3040 SSLContext sslContext;
3048 sslContext = SSLContext.getInstance("TLS");
3052 sslContext.init(keyManagers, trustManagers, null);
3060 sslContext.init(extendedKeyManagers, trustManagers, null);
3076 return sslContext;
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java3061 SSLContext sslContext;
3069 sslContext = SSLContext.getInstance("TLS");
3073 sslContext.init(keyManagers, trustManagers, null);
3081 sslContext.init(extendedKeyManagers, trustManagers, null);
3097 return sslContext;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/
H A DCryptoManagerImpl.java2838 SSLContext sslContext;
2846 sslContext = SSLContext.getInstance("TLS");
2850 sslContext.init(keyManagers, trustManagers, null);
2856 sslContext.init(extendedKeyManagers, trustManagers, null);
2869 return sslContext;
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1364 final SSLContext sslContext = SSLContext.getInstance("TLS");
1365 sslContext.init(null /* key managers */, tm, null /* rng */);
1368 final SSLSocketFactory sslSocketFactory = sslContext

Completed in 129 milliseconds

12