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

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

Completed in 31 milliseconds