Searched defs:certPath (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DPlatform.java203 * @param certPath
209 String alias, char[] pwd, String certPath) throws KeyStoreException
214 InputStream inStream = new FileInputStream(certPath);
474 * @param certPath
480 String alias, char[] pwd, String certPath) throws KeyStoreException
482 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
208 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
479 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
/forgerock/opendj2/src/server/org/opends/server/util/
H A DPlatform.java212 * @param certPath
218 String alias, char[] pwd, String certPath) throws KeyStoreException
223 InputStream inStream = new FileInputStream(certPath);
483 * @param certPath
489 String alias, char[] pwd, String certPath) throws KeyStoreException
491 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
217 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
488 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DPlatform.java213 * @param certPath
219 String alias, char[] pwd, String certPath) throws KeyStoreException
224 InputStream inStream = new FileInputStream(certPath);
484 * @param certPath
490 String alias, char[] pwd, String certPath) throws KeyStoreException
492 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
218 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
489 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DPlatform.java203 * @param certPath
209 String alias, char[] pwd, String certPath) throws KeyStoreException
214 InputStream inStream = new FileInputStream(certPath);
474 * @param certPath
480 String alias, char[] pwd, String certPath) throws KeyStoreException
482 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
208 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
479 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DPlatform.java212 * @param certPath
218 String alias, char[] pwd, String certPath) throws KeyStoreException
223 InputStream inStream = new FileInputStream(certPath);
483 * @param certPath
489 String alias, char[] pwd, String certPath) throws KeyStoreException
491 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
217 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
488 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DPlatform.java287 String alias, char[] pwd, String certPath) throws KeyStoreException
292 InputStream inStream = new FileInputStream(certPath);
495 * @param certPath
501 String alias, char[] pwd, String certPath) throws KeyStoreException
503 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
286 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
500 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument

Completed in 1150 milliseconds