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

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertPathValidator.java45 * To create a <code>CertPathValidator</code>,
47 * algorithm name of the <code>CertPathValidator</code> desired and
50 * Once a <code>CertPathValidator</code> object has been created, it can
58 * following standard <code>CertPathValidator</code> algorithm:
63 * "{@docRoot}/../technotes/guides/security/StandardNames.html#CertPathValidator">
64 * CertPathValidator section</a> of the
78 * access a single <code>CertPathValidator</code> instance concurrently should
80 * threads each manipulating a different <code>CertPathValidator</code>
88 public class CertPathValidator { class
105 * Creates a <code>CertPathValidator</cod
112 protected CertPathValidator(CertPathValidatorSpi validatorSpi, method in class:CertPathValidator
[all...]

Completed in 30 milliseconds