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

/libcore/ojluni/src/main/java/java/security/cert/
H A DPKIXCertPathChecker.java35 * <p>A concrete implementation of the {@code PKIXCertPathChecker} class
40 * <p>Instances of {@code PKIXCertPathChecker} are passed as parameters
44 * class. Each of the {@code PKIXCertPathChecker}s {@link #check check}
49 * <p>A {@code PKIXCertPathChecker} may be called multiple times on
59 * states by restoring the cloned {@code PKIXCertPathChecker}s.
62 * {@code PKIXCertPathChecker} may be either in the forward direction
64 * most-trusted CA to target). A {@code PKIXCertPathChecker} implementation
90 public abstract class PKIXCertPathChecker class in inherits:CertPathChecker,Cloneable
96 protected PKIXCertPathChecker() {} method in class:PKIXCertPathChecker
99 * Initializes the internal state of this {@code PKIXCertPathChecker}
[all...]

Completed in 78 milliseconds