Searched refs:keystorePath (Results 1 - 19 of 19) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DSecurityOptions.java151 * @param keystorePath
165 public static SecurityOptions createJKSCertificateOptions(String keystorePath, String keystorePwd, boolean enableSSL, argument
169 CertificateType.JKS, keystorePath, keystorePwd, enableSSL, enableStartTLS, sslPort, aliasesToUse);
175 * @param keystorePath
189 public static SecurityOptions createJCEKSCertificateOptions(String keystorePath, String keystorePwd, argument
193 CertificateType.JCEKS, keystorePath, keystorePwd, enableSSL, enableStartTLS, sslPort, aliasesToUse);
222 * @param keystorePath
236 public static SecurityOptions createPKCS12CertificateOptions( String keystorePath, String keystorePwd, argument
240 CertificateType.PKCS12, keystorePath, keystorePwd, enableSSL, enableStartTLS, sslPort, aliasesToUse);
249 * @param keystorePath
263 createOptionsForCertificatType(CertificateType certType, String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, Collection<String> aliasesToUse) argument
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java136 * @param keystorePath the path of the key store.
144 public static SecurityOptions createJKSCertificateOptions(String keystorePath, argument
150 ops.setKeyStorePath(keystorePath);
159 * @param keystorePath the path of the key store.
168 String keystorePath,
174 ops.setKeyStorePath(keystorePath);
205 * @param keystorePath the path of the key store.
214 String keystorePath, String keystorePwd, boolean enableSSL,
219 ops.setKeyStorePath(keystorePath);
167 createJCEKSCertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
213 createPKCS12CertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java137 * @param keystorePath the path of the key store.
145 public static SecurityOptions createJKSCertificateOptions(String keystorePath, argument
151 ops.setKeyStorePath(keystorePath);
160 * @param keystorePath the path of the key store.
169 String keystorePath,
175 ops.setKeyStorePath(keystorePath);
206 * @param keystorePath the path of the key store.
215 String keystorePath, String keystorePwd, boolean enableSSL,
220 ops.setKeyStorePath(keystorePath);
168 createJCEKSCertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
214 createPKCS12CertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java137 * @param keystorePath the path of the key store.
145 public static SecurityOptions createJKSCertificateOptions(String keystorePath, argument
151 ops.setKeyStorePath(keystorePath);
160 * @param keystorePath the path of the key store.
169 String keystorePath,
175 ops.setKeyStorePath(keystorePath);
206 * @param keystorePath the path of the key store.
215 String keystorePath, String keystorePwd, boolean enableSSL,
220 ops.setKeyStorePath(keystorePath);
168 createJCEKSCertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
214 createPKCS12CertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java136 * @param keystorePath the path of the key store.
144 public static SecurityOptions createJKSCertificateOptions(String keystorePath, argument
150 ops.setKeyStorePath(keystorePath);
159 * @param keystorePath the path of the key store.
168 String keystorePath,
174 ops.setKeyStorePath(keystorePath);
205 * @param keystorePath the path of the key store.
214 String keystorePath, String keystorePwd, boolean enableSSL,
219 ops.setKeyStorePath(keystorePath);
167 createJCEKSCertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
213 createPKCS12CertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java137 * @param keystorePath the path of the key store.
145 public static SecurityOptions createJKSCertificateOptions(String keystorePath, argument
151 ops.setKeyStorePath(keystorePath);
160 * @param keystorePath the path of the key store.
169 String keystorePath,
175 ops.setKeyStorePath(keystorePath);
206 * @param keystorePath the path of the key store.
215 String keystorePath, String keystorePwd, boolean enableSSL,
220 ops.setKeyStorePath(keystorePath);
168 createJCEKSCertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
214 createPKCS12CertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DCopyJavaCryptoExtKeyStoreStep.java69 private Path keystorePath; field in class:CopyJavaCryptoExtKeyStoreStep
100 keystorePath = Paths.get(basedir, uri, KEYSTORE_NAME);
101 applicability = Files.notExists(keystorePath);
114 Files.copy(inputStream, keystorePath);
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DAdministrationConnector.java630 String keystorePath = getFullPath(fbKeyManagerConfig.getKeyStoreFile());
644 if (new File(keystorePath).exists())
670 err += keystorePath + " ";
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DAdministrationConnector.java630 String keystorePath = getFullPath(fbKeyManagerConfig.getKeyStoreFile());
644 if (new File(keystorePath).exists())
670 err += keystorePath + " ";
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DAdministrationConnector.java630 String keystorePath = getFullPath(fbKeyManagerConfig.getKeyStoreFile());
644 if (new File(keystorePath).exists())
670 err += keystorePath + " ";
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DAdministrationConnector.java628 String keystorePath = getFullPath(fbKeyManagerConfig.getKeyStoreFile());
642 if (new File(keystorePath).exists())
668 err += keystorePath + " ";
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DAdministrationConnector.java628 String keystorePath = getFullPath(fbKeyManagerConfig.getKeyStoreFile());
642 if (new File(keystorePath).exists())
668 err += keystorePath + " ";
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DAdministrationConnector.java481 String keystorePath = getFullPath(fbKeyManagerConfig.getKeyStoreFile());
495 if (new File(keystorePath).exists())
521 err += keystorePath + " ";
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java110 private String keystorePath; field in class:LDAPConnectionConsoleInteraction
1105 keystorePath = secureArgsList.keyStorePathArg.getValue();
1139 keystorePath = app.readValidatedInput(
1148 if (keystorePath != null)
1151 copySecureArgsList.keyStorePathArg.addValue(keystorePath);
1160 .incompatiblePropertyModification("null keystorePath");
1191 .get(keystorePath);
1205 FileInputStream fos = new FileInputStream(keystorePath);
1743 sslConnectionFactory.init(getTrustManager() == null, keystorePath,
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java109 private String keystorePath; field in class:LDAPConnectionConsoleInteraction
1104 keystorePath = secureArgsList.keyStorePathArg.getValue();
1138 keystorePath = app.readValidatedInput(
1147 if (keystorePath != null)
1150 copySecureArgsList.keyStorePathArg.addValue(keystorePath);
1159 .incompatiblePropertyModification("null keystorePath");
1190 .get(keystorePath);
1204 FileInputStream fos = new FileInputStream(keystorePath);
1742 sslConnectionFactory.init(getTrustManager() == null, keystorePath,
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java110 private String keystorePath; field in class:LDAPConnectionConsoleInteraction
1105 keystorePath = secureArgsList.keyStorePathArg.getValue();
1139 keystorePath = app.readValidatedInput(
1148 if (keystorePath != null)
1151 copySecureArgsList.keyStorePathArg.addValue(keystorePath);
1160 .incompatiblePropertyModification("null keystorePath");
1191 .get(keystorePath);
1205 FileInputStream fos = new FileInputStream(keystorePath);
1743 sslConnectionFactory.init(getTrustManager() == null, keystorePath,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java110 private String keystorePath; field in class:LDAPConnectionConsoleInteraction
1105 keystorePath = secureArgsList.keyStorePathArg.getValue();
1139 keystorePath = app.readValidatedInput(
1148 if (keystorePath != null)
1151 copySecureArgsList.keyStorePathArg.addValue(keystorePath);
1160 .incompatiblePropertyModification("null keystorePath");
1191 .get(keystorePath);
1205 FileInputStream fos = new FileInputStream(keystorePath);
1743 sslConnectionFactory.init(getTrustManager() == null, keystorePath,
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java109 private String keystorePath; field in class:LDAPConnectionConsoleInteraction
1104 keystorePath = secureArgsList.keyStorePathArg.getValue();
1138 keystorePath = app.readValidatedInput(
1147 if (keystorePath != null)
1150 copySecureArgsList.keyStorePathArg.addValue(keystorePath);
1159 .incompatiblePropertyModification("null keystorePath");
1190 .get(keystorePath);
1204 FileInputStream fos = new FileInputStream(keystorePath);
1742 sslConnectionFactory.init(getTrustManager() == null, keystorePath,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java111 private String keystorePath; field in class:LDAPConnectionConsoleInteraction.State
1132 state.keystorePath = secureArgsList.keyStorePathArg.getValue();
1166 state.keystorePath = app.readValidatedInput(INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PATH.get(), callback);
1174 if (state.keystorePath != null)
1177 copySecureArgsList.keyStorePathArg.addValue(state.keystorePath);
1185 throw new ArgumentException(ERR_ERROR_INCOMPATIBLE_PROPERTY_MOD.get("null keystorePath"));
1214 LocalizableMessage prompt = INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PASSWORD.get(state.keystorePath);
1226 try (FileInputStream fos = new FileInputStream(state.keystorePath))
1732 sslConnectionFactory.init(getTrustManager() == null, state.keystorePath,

Completed in 85 milliseconds