Searched refs:AMCertPath (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCertPath.java25 * $Id: AMCertPath.java,v 1.5 2009/07/16 00:02:24 beomsuk Exp $
59 * Class AMCertPath is special cased Certpath validation class.
64 public class AMCertPath { class
68 private CertStore store = null; //GuardedBy("AMCertPath.class")
80 debug.error("AMCertPath.Static:",e);
88 public AMCertPath(Vector crls) method in class:AMCertPath
94 debug.message("AMCertPath:AMCertPath: crl =" + crl.toString());
99 synchronized(AMCertPath.class) {
104 debug.message("AMCertPath
[all...]
H A DCRLValidator.java151 AMCertPath certpath = new AMCertPath(crls);
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCertPath.java25 * $Id: AMCertPath.java,v 1.5 2009/07/16 00:02:24 beomsuk Exp $
59 * Class AMCertPath is special cased Certpath validation class.
64 public class AMCertPath { class
68 private CertStore store = null; //GuardedBy("AMCertPath.class")
80 debug.error("AMCertPath.Static:",e);
88 public AMCertPath(Vector crls) method in class:AMCertPath
94 debug.message("AMCertPath:AMCertPath: crl =" + crl.toString());
99 synchronized(AMCertPath.class) {
104 debug.message("AMCertPath
[all...]
H A DCRLValidator.java151 AMCertPath certpath = new AMCertPath(crls);
/forgerock/openam-v13/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java60 import com.sun.identity.security.cert.AMCertPath;
564 AMCertPath certpath = new AMCertPath(crls);
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java61 import com.sun.identity.security.cert.AMCertPath;
504 AMCertPath certpath = new AMCertPath(crls);

Completed in 57 milliseconds