Searched defs:keyStorePath (Results 1 - 19 of 19) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java83 * @param keyStorePath The path to the key store file.
94 public void init(boolean trustAll, String keyStorePath, argument
125 if(keyStorePath != null)
128 keyStorePath, keyStorePassword);
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DCertificateManager.java93 private final String keyStorePath; field in class:CertificateManager
116 * @param keyStorePath The path to the key store file, or "NONE" if the key
134 public CertificateManager(String keyStorePath, String keyStoreType, argument
137 ensureValid(keyStorePath, KEYSTORE_PATH_MSG);
141 if (! keyStorePath.equals(KEY_STORE_PATH_PKCS11)) {
149 File keyStoreFile = new File(keyStorePath);
152 Message msg = ERR_CERTMGR_INVALID_KEYSTORE_PATH.get(keyStorePath);
159 Message msg = ERR_CERTMGR_INVALID_PARENT.get(keyStorePath);
169 this.keyStorePath = keyStorePath;
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java82 * @param keyStorePath The path to the key store file.
93 public void init(boolean trustAll, String keyStorePath, argument
124 if(keyStorePath != null)
127 keyStorePath, keyStorePassword);
/forgerock/opendj2/src/server/org/opends/server/util/
H A DCertificateManager.java92 private final String keyStorePath; field in class:CertificateManager
115 * @param keyStorePath The path to the key store file, or "NONE" if the key
133 public CertificateManager(String keyStorePath, String keyStoreType, argument
136 ensureValid(keyStorePath, KEYSTORE_PATH_MSG);
139 if (! keyStorePath.equals(KEY_STORE_PATH_PKCS11)) {
147 File keyStoreFile = new File(keyStorePath);
150 Message msg = ERR_CERTMGR_INVALID_KEYSTORE_PATH.get(keyStorePath);
157 Message msg = ERR_CERTMGR_INVALID_PARENT.get(keyStorePath);
167 this.keyStorePath = keyStorePath;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java83 * @param keyStorePath The path to the key store file.
94 public void init(boolean trustAll, String keyStorePath, argument
125 if(keyStorePath != null)
128 keyStorePath, keyStorePassword);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DCertificateManager.java93 private final String keyStorePath; field in class:CertificateManager
116 * @param keyStorePath The path to the key store file, or "NONE" if the key
134 public CertificateManager(String keyStorePath, String keyStoreType, argument
137 ensureValid(keyStorePath, KEYSTORE_PATH_MSG);
141 if (! keyStorePath.equals(KEY_STORE_PATH_PKCS11)) {
149 File keyStoreFile = new File(keyStorePath);
152 Message msg = ERR_CERTMGR_INVALID_KEYSTORE_PATH.get(keyStorePath);
159 Message msg = ERR_CERTMGR_INVALID_PARENT.get(keyStorePath);
169 this.keyStorePath = keyStorePath;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java83 * @param keyStorePath The path to the key store file.
94 public void init(boolean trustAll, String keyStorePath, argument
125 if(keyStorePath != null)
128 keyStorePath, keyStorePassword);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DCertificateManager.java93 private final String keyStorePath; field in class:CertificateManager
116 * @param keyStorePath The path to the key store file, or "NONE" if the key
134 public CertificateManager(String keyStorePath, String keyStoreType, argument
137 ensureValid(keyStorePath, KEYSTORE_PATH_MSG);
141 if (! keyStorePath.equals(KEY_STORE_PATH_PKCS11)) {
149 File keyStoreFile = new File(keyStorePath);
152 Message msg = ERR_CERTMGR_INVALID_KEYSTORE_PATH.get(keyStorePath);
159 Message msg = ERR_CERTMGR_INVALID_PARENT.get(keyStorePath);
169 this.keyStorePath = keyStorePath;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java82 * @param keyStorePath The path to the key store file.
93 public void init(boolean trustAll, String keyStorePath, argument
124 if(keyStorePath != null)
127 keyStorePath, keyStorePassword);
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DCertificateManager.java92 private final String keyStorePath; field in class:CertificateManager
115 * @param keyStorePath The path to the key store file, or "NONE" if the key
133 public CertificateManager(String keyStorePath, String keyStoreType, argument
136 ensureValid(keyStorePath, KEYSTORE_PATH_MSG);
139 if (! keyStorePath.equals(KEY_STORE_PATH_PKCS11)) {
147 File keyStoreFile = new File(keyStorePath);
150 Message msg = ERR_CERTMGR_INVALID_KEYSTORE_PATH.get(keyStorePath);
157 Message msg = ERR_CERTMGR_INVALID_PARENT.get(keyStorePath);
167 this.keyStorePath = keyStorePath;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DSSLConnectionFactory.java78 * @param keyStorePath The path to the key store file.
89 public void init(boolean trustAll, String keyStorePath, argument
120 if(keyStorePath != null)
123 keyStorePath, keyStorePassword);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DCertificateManager.java91 private final String keyStorePath; field in class:CertificateManager
113 * @param keyStorePath The path to the key store file, or "NONE" if the key
131 public CertificateManager(String keyStorePath, String keyStoreType, argument
134 ensureValid(keyStorePath, KEYSTORE_PATH_MSG);
137 if (! keyStorePath.equals(KEY_STORE_PATH_PKCS11)) {
145 File keyStoreFile = new File(keyStorePath);
148 LocalizableMessage msg = ERR_CERTMGR_INVALID_KEYSTORE_PATH.get(keyStorePath);
154 LocalizableMessage msg = ERR_CERTMGR_INVALID_PARENT.get(keyStorePath);
164 this.keyStorePath = keyStorePath;
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java74 private String keyStorePath; field in class:SecurityOptions
306 return keyStorePath;
311 * @param keyStorePath the new key store path.
313 private void setKeyStorePath(String keyStorePath) argument
315 this.keyStorePath = keyStorePath;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java75 private String keyStorePath; field in class:SecurityOptions
307 return keyStorePath;
312 * @param keyStorePath the new key store path.
314 private void setKeyStorePath(String keyStorePath) argument
316 this.keyStorePath = keyStorePath;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java75 private String keyStorePath; field in class:SecurityOptions
307 return keyStorePath;
312 * @param keyStorePath the new key store path.
314 private void setKeyStorePath(String keyStorePath) argument
316 this.keyStorePath = keyStorePath;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java74 private String keyStorePath; field in class:SecurityOptions
306 return keyStorePath;
311 * @param keyStorePath the new key store path.
313 private void setKeyStorePath(String keyStorePath) argument
315 this.keyStorePath = keyStorePath;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java75 private String keyStorePath; field in class:SecurityOptions
307 return keyStorePath;
312 * @param keyStorePath the new key store path.
314 private void setKeyStorePath(String keyStorePath) argument
316 this.keyStorePath = keyStorePath;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DSecurityOptions.java82 private String keyStorePath; field in class:SecurityOptions
369 return keyStorePath;
374 * @param keyStorePath the new key store path.
376 private void setKeyStorePath(String keyStorePath) argument
378 this.keyStorePath = keyStorePath;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstaller.java1029 private void configureKeyAndTrustStore(final String keyStorePath, final String keyStoreType, argument
1033 CertificateManager certManager = new CertificateManager(keyStorePath, keyStoreType, keystorePassword);

Completed in 51 milliseconds