Home
last modified time | relevance | path

Searched refs:CertPathHelper (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
DCertPathHelperImpl.java30 import sun.security.provider.certpath.CertPathHelper;
40 class CertPathHelperImpl extends CertPathHelper {
53 if (CertPathHelper.instance == null) { in initialize()
54 CertPathHelper.instance = new CertPathHelperImpl(); in initialize()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DCertPathHelper.java46 public abstract class CertPathHelper { class
51 protected static CertPathHelper instance;
53 protected CertPathHelper() { in CertPathHelper() method in CertPathHelper
DForwardBuilder.java265 CertPathHelper.setPathToNames in getMatchingCACerts()
DRevocationChecker.java498 CertPathHelper.setDateAndTime(sel, params.date(), MAX_CLOCK_SKEW);
/libcore/
Dopenjdk_java_files.mk1584 ojluni/src/main/java/sun/security/provider/certpath/CertPathHelper.java \