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

/libcore/luni/src/main/java/java/security/cert/
H A DPKIXCertPathChecker.java30 * {@link PKIXBuilderParameters#addCertPathChecker(PKIXCertPathChecker)
37 * A {@code PKIXCertPathChecker} implementation <u>must</u> support reverse
42 public abstract class PKIXCertPathChecker implements Cloneable { class in inherits:Cloneable
45 * Creates a new {@code PKIXCertPathChecker} instance.
47 protected PKIXCertPathChecker() {} method in class:PKIXCertPathChecker
50 * Clones this {@code PKIXCertPathChecker} instance.
63 * Initializes this {@code PKIXCertPathChecker} instance for specified
72 * if initialization of this {@code PKIXCertPathChecker}
80 * Returns whether this {@code PKIXCertPathChecker} instance supports
83 * @return {@code true} if this {@code PKIXCertPathChecker} instanc
[all...]

Completed in 434 milliseconds