HomeSort by relevance Sort by last modified time
    Searched refs:CertPathChecker (Results 1 - 13 of 13) sorted by null

  /libcore/ojluni/src/main/java/java/security/cert/
CertPathChecker.java 32 * <p>A {@code CertPathChecker} implementation is typically created to extend
39 public interface CertPathChecker {
42 * Initializes the internal state of this {@code CertPathChecker}.
51 * @throws CertPathValidatorException if this {@code CertPathChecker} is
58 * to the ability of the {@code CertPathChecker} to perform its checks
CertPathBuilderSpi.java 77 * Returns a {@code CertPathChecker} that this implementation uses to
90 * @return a {@code CertPathChecker} that this implementation uses to
95 public CertPathChecker engineGetRevocationChecker() {
CertPathValidatorSpi.java 87 * Returns a {@code CertPathChecker} that this implementation uses to
100 * @return a {@code CertPathChecker} that this implementation uses to
105 public CertPathChecker engineGetRevocationChecker() {
PKIXCertPathChecker.java 91 implements CertPathChecker, Cloneable {
CertPathBuilder.java 324 * Returns a {@code CertPathChecker} that the encapsulated
328 * returns a new instance of {@code CertPathChecker}.
334 * @return a {@code CertPathChecker}
339 public final CertPathChecker getRevocationChecker() {
CertPathValidator.java 334 * Returns a {@code CertPathChecker} that the encapsulated
338 * returns a new instance of {@code CertPathChecker}.
344 * @return a {@code CertPathChecker}
349 public final CertPathChecker getRevocationChecker() {
  /libcore/luni/src/test/java/libcore/java/security/cert/
PKIXRevocationCheckerTest.java 8 import java.security.cert.CertPathChecker;
32 CertPathChecker rc = cpb.getRevocationChecker();
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PKIXCertPathValidator.java 56 public CertPathChecker engineGetRevocationChecker() {
SunCertPathBuilder.java 95 public CertPathChecker engineGetRevocationChecker() {
  /libcore/
openjdk_java_files.mk     [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
compiled-classes-phone     [all...]
  /prebuilts/sdk/24/
android.jar 

Completed in 604 milliseconds