Searched defs:AMCertStore (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCertStore.java25 * $Id: AMCertStore.java,v 1.5 2009/01/28 05:35:12 ww203982 Exp $
68 public class AMCertStore { class
84 debug.error("AMCertStore : ", e);
88 * Class AMCertStore is special cased Certificate store for LDAP.
89 * A AMCertStore instance has to have all the information for ldap.
93 public AMCertStore(AMLDAPCertStoreParameters param) { method in class:AMCertStore
117 debug.message("AMCertStore.getConnection: initial connection factory using ssl.");
121 debug.message("AMCertStore.getConnection: SSLSocketFactory called");
123 debug.error("AMCertStore.getConnection: Error getting SSL Context", e);
134 debug.error("AMCertStore
[all...]
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCertStore.java25 * $Id: AMCertStore.java,v 1.5 2009/01/28 05:35:12 ww203982 Exp $
68 public class AMCertStore { class
84 debug.error("AMCertStore : ", e);
88 * Class AMCertStore is special cased Certificate store for LDAP.
89 * A AMCertStore instance has to have all the information for ldap.
93 public AMCertStore(AMLDAPCertStoreParameters param) { method in class:AMCertStore
117 debug.message("AMCertStore.getConnection: initial connection factory using ssl.");
121 debug.message("AMCertStore.getConnection: SSLSocketFactory called");
123 debug.error("AMCertStore.getConnection: Error getting SSL Context", e);
134 debug.error("AMCertStore
[all...]

Completed in 28 milliseconds