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

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DAlgorithmChecker.java71 final public class AlgorithmChecker extends PKIXCertPathChecker { class in inherits:PKIXCertPathChecker
85 * Create a new <code>AlgorithmChecker</code> with the algorithm
92 public AlgorithmChecker(TrustAnchor anchor) { method in class:AlgorithmChecker
97 * Create a new <code>AlgorithmChecker</code> with the
106 public AlgorithmChecker(AlgorithmConstraints constraints) { method in class:AlgorithmChecker
113 * Create a new <code>AlgorithmChecker</code> with the
122 public AlgorithmChecker(TrustAnchor anchor, method in class:AlgorithmChecker

Completed in 29 milliseconds