Searched defs:trustStoreFile (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DFileBasedTrustManagerProvider.java92 private String trustStoreFile; field in class:FileBasedTrustManagerProvider
127 trustStoreFile = configuration.getTrustStoreFile();
128 File f = getFileForPath(trustStoreFile);
132 String.valueOf(trustStoreFile), String.valueOf(configEntryDN));
296 new FileInputStream(getFileForPath(trustStoreFile));
308 trustStoreFile, getExceptionMessage(e));
337 trustStoreFile, getExceptionMessage(e));
682 trustStoreFile = newTrustStoreFile;
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DFileBasedTrustManagerProvider.java91 private String trustStoreFile; field in class:FileBasedTrustManagerProvider
126 trustStoreFile = configuration.getTrustStoreFile();
127 File f = getFileForPath(trustStoreFile);
131 String.valueOf(trustStoreFile), String.valueOf(configEntryDN));
295 new FileInputStream(getFileForPath(trustStoreFile));
307 trustStoreFile, getExceptionMessage(e));
336 trustStoreFile, getExceptionMessage(e));
681 trustStoreFile = newTrustStoreFile;
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DFileBasedTrustManagerProvider.java92 private String trustStoreFile; field in class:FileBasedTrustManagerProvider
127 trustStoreFile = configuration.getTrustStoreFile();
128 File f = getFileForPath(trustStoreFile);
132 String.valueOf(trustStoreFile), String.valueOf(configEntryDN));
296 new FileInputStream(getFileForPath(trustStoreFile));
308 trustStoreFile, getExceptionMessage(e));
337 trustStoreFile, getExceptionMessage(e));
682 trustStoreFile = newTrustStoreFile;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DFileBasedTrustManagerProvider.java92 private String trustStoreFile; field in class:FileBasedTrustManagerProvider
127 trustStoreFile = configuration.getTrustStoreFile();
128 File f = getFileForPath(trustStoreFile);
132 String.valueOf(trustStoreFile), String.valueOf(configEntryDN));
296 new FileInputStream(getFileForPath(trustStoreFile));
308 trustStoreFile, getExceptionMessage(e));
337 trustStoreFile, getExceptionMessage(e));
682 trustStoreFile = newTrustStoreFile;
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DFileBasedTrustManagerProvider.java91 private String trustStoreFile; field in class:FileBasedTrustManagerProvider
126 trustStoreFile = configuration.getTrustStoreFile();
127 File f = getFileForPath(trustStoreFile);
131 String.valueOf(trustStoreFile), String.valueOf(configEntryDN));
295 new FileInputStream(getFileForPath(trustStoreFile));
307 trustStoreFile, getExceptionMessage(e));
336 trustStoreFile, getExceptionMessage(e));
681 trustStoreFile = newTrustStoreFile;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DFileBasedTrustManagerProvider.java81 private String trustStoreFile; field in class:FileBasedTrustManagerProvider
114 trustStoreFile = configuration.getTrustStoreFile();
115 File f = getFileForPath(trustStoreFile);
118 LocalizableMessage message = ERR_FILE_TRUSTMANAGER_NO_SUCH_FILE.get(trustStoreFile, configEntryDN);
266 new FileInputStream(getFileForPath(trustStoreFile));
275 trustStoreFile, getExceptionMessage(e));
301 trustStoreFile, getExceptionMessage(e));
574 trustStoreFile = newTrustStoreFile;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java330 * @param trustStoreFile The path to the file containing the trust store
345 String trustStoreFile,
349 if(trustStoreFile == null)
351 trustStoreFile = getTrustStore();
353 if(trustStoreFile == null)
381 FileInputStream inputStream = new FileInputStream(trustStoreFile);
392 ERR_TOOLS_CANNOT_LOAD_TRUSTSTORE_FILE.get(trustStoreFile), e);
411 ERR_TOOLS_CANNOT_INIT_TRUSTMANAGER.get(trustStoreFile), ke);
343 getTrustManagers(String trustStoreType, Provider provider, String trustStoreFile, String trustStorePass) argument
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java329 * @param trustStoreFile The path to the file containing the trust store
344 String trustStoreFile,
348 if(trustStoreFile == null)
350 trustStoreFile = getTrustStore();
352 if(trustStoreFile == null)
380 FileInputStream inputStream = new FileInputStream(trustStoreFile);
391 ERR_TOOLS_CANNOT_LOAD_TRUSTSTORE_FILE.get(trustStoreFile), e);
410 ERR_TOOLS_CANNOT_INIT_TRUSTMANAGER.get(trustStoreFile), ke);
342 getTrustManagers(String trustStoreType, Provider provider, String trustStoreFile, String trustStorePass) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java330 * @param trustStoreFile The path to the file containing the trust store
345 String trustStoreFile,
349 if(trustStoreFile == null)
351 trustStoreFile = getTrustStore();
353 if(trustStoreFile == null)
381 FileInputStream inputStream = new FileInputStream(trustStoreFile);
392 ERR_TOOLS_CANNOT_LOAD_TRUSTSTORE_FILE.get(trustStoreFile), e);
411 ERR_TOOLS_CANNOT_INIT_TRUSTMANAGER.get(trustStoreFile), ke);
343 getTrustManagers(String trustStoreType, Provider provider, String trustStoreFile, String trustStorePass) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java330 * @param trustStoreFile The path to the file containing the trust store
345 String trustStoreFile,
349 if(trustStoreFile == null)
351 trustStoreFile = getTrustStore();
353 if(trustStoreFile == null)
381 FileInputStream inputStream = new FileInputStream(trustStoreFile);
392 ERR_TOOLS_CANNOT_LOAD_TRUSTSTORE_FILE.get(trustStoreFile), e);
411 ERR_TOOLS_CANNOT_INIT_TRUSTMANAGER.get(trustStoreFile), ke);
343 getTrustManagers(String trustStoreType, Provider provider, String trustStoreFile, String trustStorePass) argument
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java329 * @param trustStoreFile The path to the file containing the trust store
344 String trustStoreFile,
348 if(trustStoreFile == null)
350 trustStoreFile = getTrustStore();
352 if(trustStoreFile == null)
380 FileInputStream inputStream = new FileInputStream(trustStoreFile);
391 ERR_TOOLS_CANNOT_LOAD_TRUSTSTORE_FILE.get(trustStoreFile), e);
410 ERR_TOOLS_CANNOT_INIT_TRUSTMANAGER.get(trustStoreFile), ke);
342 getTrustManagers(String trustStoreType, Provider provider, String trustStoreFile, String trustStorePass) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DSSLConnectionFactory.java317 * @param trustStoreFile The path to the file containing the trust store
332 String trustStoreFile,
336 if(trustStoreFile == null)
338 trustStoreFile = getTrustStore();
340 if(trustStoreFile == null)
368 FileInputStream inputStream = new FileInputStream(trustStoreFile);
376 ERR_TOOLS_CANNOT_LOAD_TRUSTSTORE_FILE.get(trustStoreFile), e);
392 ERR_TOOLS_CANNOT_INIT_TRUSTMANAGER.get(trustStoreFile), ke);
330 getTrustManagers(String trustStoreType, Provider provider, String trustStoreFile, String trustStorePass) argument
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java112 private String trustStoreFile; field in class:TrustStoreBackend
162 trustStoreFile = configuration.getTrustStoreFile();
309 new CertificateManager(getFileForPath(trustStoreFile).getPath(),
523 certAlias, trustStoreFile, e.getMessage());
1152 trustStoreFile = newTrustStoreFile;
1157 new CertificateManager(getFileForPath(trustStoreFile).getPath(),
1203 new FileInputStream(getFileForPath(trustStoreFile));
1214 trustStoreFile, getExceptionMessage(e));
1240 trustStoreFile, getExceptionMessage(e));
1267 new FileInputStream(getFileForPath(trustStoreFile));
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java123 private String trustStoreFile; field in class:TrustStoreBackend
183 trustStoreFile = configuration.getTrustStoreFile();
335 new CertificateManager(getFileForPath(trustStoreFile).getPath(),
583 certAlias, trustStoreFile, e.getMessage());
1325 trustStoreFile = newTrustStoreFile;
1330 new CertificateManager(getFileForPath(trustStoreFile).getPath(),
1376 new FileInputStream(getFileForPath(trustStoreFile));
1387 trustStoreFile, getExceptionMessage(e));
1420 trustStoreFile, getExceptionMessage(e));
1447 new FileInputStream(getFileForPath(trustStoreFile));
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java123 private String trustStoreFile; field in class:TrustStoreBackend
183 trustStoreFile = configuration.getTrustStoreFile();
335 new CertificateManager(getFileForPath(trustStoreFile).getPath(),
583 certAlias, trustStoreFile, e.getMessage());
1325 trustStoreFile = newTrustStoreFile;
1330 new CertificateManager(getFileForPath(trustStoreFile).getPath(),
1376 new FileInputStream(getFileForPath(trustStoreFile));
1387 trustStoreFile, getExceptionMessage(e));
1420 trustStoreFile, getExceptionMessage(e));
1447 new FileInputStream(getFileForPath(trustStoreFile));
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java112 private String trustStoreFile; field in class:TrustStoreBackend
162 trustStoreFile = configuration.getTrustStoreFile();
309 new CertificateManager(getFileForPath(trustStoreFile).getPath(),
523 certAlias, trustStoreFile, e.getMessage());
1152 trustStoreFile = newTrustStoreFile;
1157 new CertificateManager(getFileForPath(trustStoreFile).getPath(),
1203 new FileInputStream(getFileForPath(trustStoreFile));
1214 trustStoreFile, getExceptionMessage(e));
1240 trustStoreFile, getExceptionMessage(e));
1267 new FileInputStream(getFileForPath(trustStoreFile));
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java123 private String trustStoreFile; field in class:TrustStoreBackend
183 trustStoreFile = configuration.getTrustStoreFile();
335 new CertificateManager(getFileForPath(trustStoreFile).getPath(),
583 certAlias, trustStoreFile, e.getMessage());
1325 trustStoreFile = newTrustStoreFile;
1330 new CertificateManager(getFileForPath(trustStoreFile).getPath(),
1376 new FileInputStream(getFileForPath(trustStoreFile));
1387 trustStoreFile, getExceptionMessage(e));
1420 trustStoreFile, getExceptionMessage(e));
1447 new FileInputStream(getFileForPath(trustStoreFile));
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DTrustStoreBackend.java113 private String trustStoreFile; field in class:TrustStoreBackend
160 trustStoreFile = configuration.getTrustStoreFile();
286 new CertificateManager(getFileForPath(trustStoreFile).getPath(),
462 certAlias, trustStoreFile, e.getMessage());
992 trustStoreFile = newTrustStoreFile;
997 new CertificateManager(getFileForPath(trustStoreFile).getPath(),
1035 try (final FileInputStream inputStream = new FileInputStream(getFileForPath(trustStoreFile)))
1043 trustStoreFile, getExceptionMessage(e));
1061 trustStoreFile, getExceptionMessage(e));
1088 new FileInputStream(getFileForPath(trustStoreFile));
[all...]

Completed in 565 milliseconds