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

/libcore/ojluni/src/main/java/java/security/cert/
H A DCertPathChecker.java32 * <p>A {@code CertPathChecker} implementation is typically created to extend
39 public interface CertPathChecker { interface
42 * Initializes the internal state of this {@code CertPathChecker}.
51 * @throws CertPathValidatorException if this {@code CertPathChecker} is
58 * to the ability of the {@code CertPathChecker} to perform its checks

Completed in 132 milliseconds