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

/libcore/ojluni/src/main/java/java/security/cert/
H A DCertPathValidator.java45 * To create a {@code CertPathValidator},
47 * algorithm name of the {@code CertPathValidator} desired and
50 * <p>Once a {@code CertPathValidator} object has been created, it can
59 * {@code CertPathValidator} when checking the revocation status of
64 * CertPathValidator cpv = CertPathValidator.getInstance("PKIX");
71 * <p> Android provides the following {@code CertPathValidator} algorithms:
88 * "{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/StandardNames.html#CertPathValidator">
89 * CertPathValidator section</a> of the
101 * access a single {@code CertPathValidator} instanc
111 public class CertPathValidator { class
134 protected CertPathValidator(CertPathValidatorSpi validatorSpi, method in class:CertPathValidator
[all...]

Completed in 37 milliseconds