/forgerock/opendj-b2.6/src/server/org/opends/server/tools/ |
H A D | SSLConnectionFactory.java | 83 * @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 D | CertificateManager.java | 93 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 D | SSLConnectionFactory.java | 82 * @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 D | CertificateManager.java | 92 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 D | SSLConnectionFactory.java | 83 * @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 D | CertificateManager.java | 93 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 D | SSLConnectionFactory.java | 83 * @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 D | CertificateManager.java | 93 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 D | SSLConnectionFactory.java | 82 * @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 D | CertificateManager.java | 92 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 D | SSLConnectionFactory.java | 78 * @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 D | CertificateManager.java | 91 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 D | SecurityOptions.java | 74 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 D | SecurityOptions.java | 75 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 D | SecurityOptions.java | 75 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 D | SecurityOptions.java | 74 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 D | SecurityOptions.java | 75 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 D | SecurityOptions.java | 82 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 D | Installer.java | 1029 private void configureKeyAndTrustStore(final String keyStorePath, final String keyStoreType, argument 1033 CertificateManager certManager = new CertificateManager(keyStorePath, keyStoreType, keystorePassword);
|