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

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DCertificateManager.java304 public void addCertificate(String alias, File certificateFile) method in class:CertificateManager
315 Platform.addCertificate(getKeyStore(), keyStoreType, keyStorePath, alias,
H A DPlatform.java208 public final void addCertificate(KeyStore ks, String ksType, String ksPath, method in class:Platform.PlatformIMPL
479 public static void addCertificate(KeyStore ks, String ksType, String ksPath, method in class:Platform
482 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
/forgerock/opendj2/src/server/org/opends/server/util/
H A DCertificateManager.java303 public void addCertificate(String alias, File certificateFile) method in class:CertificateManager
314 Platform.addCertificate(getKeyStore(), keyStoreType, keyStorePath, alias,
H A DPlatform.java217 public final void addCertificate(KeyStore ks, String ksType, String ksPath, method in class:Platform.PlatformIMPL
488 public static void addCertificate(KeyStore ks, String ksType, String ksPath, method in class:Platform
491 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DCertificateManager.java304 public void addCertificate(String alias, File certificateFile) method in class:CertificateManager
315 Platform.addCertificate(getKeyStore(), keyStoreType, keyStorePath, alias,
H A DPlatform.java218 public final void addCertificate(KeyStore ks, String ksType, String ksPath, method in class:Platform.PlatformIMPL
489 public static void addCertificate(KeyStore ks, String ksType, String ksPath, method in class:Platform
492 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DCertificateManager.java304 public void addCertificate(String alias, File certificateFile) method in class:CertificateManager
315 Platform.addCertificate(getKeyStore(), keyStoreType, keyStorePath, alias,
H A DPlatform.java208 public final void addCertificate(KeyStore ks, String ksType, String ksPath, method in class:Platform.PlatformIMPL
479 public static void addCertificate(KeyStore ks, String ksType, String ksPath, method in class:Platform
482 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DCertificateManager.java303 public void addCertificate(String alias, File certificateFile) method in class:CertificateManager
314 Platform.addCertificate(getKeyStore(), keyStoreType, keyStorePath, alias,
H A DPlatform.java217 public final void addCertificate(KeyStore ks, String ksType, String ksPath, method in class:Platform.PlatformIMPL
488 public static void addCertificate(KeyStore ks, String ksType, String ksPath, method in class:Platform
491 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DCertificateManager.java303 public void addCertificate(String alias, File certificateFile) method in class:CertificateManager
313 Platform.addCertificate(getKeyStore(), keyStoreType, keyStorePath, alias,
H A DPlatform.java286 private final void addCertificate(KeyStore ks, String ksType, String ksPath, method in class:Platform.PlatformIMPL
500 public static void addCertificate(KeyStore ks, String ksType, String ksPath, method in class:Platform
503 IMPL.addCertificate(ks, ksType, ksPath, alias, pwd, certPath);
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java586 addCertificate(entry);
1371 private void addCertificate(Entry entry) method in class:TrustStoreBackend
1484 certificateManager.addCertificate(certAlias, tempFile);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java650 addCertificate(entry);
1572 private void addCertificate(Entry entry) method in class:TrustStoreBackend
1685 certificateManager.addCertificate(certAlias, tempFile);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java650 addCertificate(entry);
1572 private void addCertificate(Entry entry) method in class:TrustStoreBackend
1685 certificateManager.addCertificate(certAlias, tempFile);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java586 addCertificate(entry);
1371 private void addCertificate(Entry entry) method in class:TrustStoreBackend
1484 certificateManager.addCertificate(certAlias, tempFile);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java650 addCertificate(entry);
1572 private void addCertificate(Entry entry) method in class:TrustStoreBackend
1685 certificateManager.addCertificate(certAlias, tempFile);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DTrustStoreBackend.java514 addCertificate(entry);
1180 private void addCertificate(Entry entry) method in class:TrustStoreBackend
1282 certificateManager.addCertificate(certAlias, tempFile);

Completed in 71 milliseconds