Searched defs:AMCertPath (Results 1 - 2 of 2) 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...]
/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...]

Completed in 39 milliseconds