HomeSort by relevance Sort by last modified time
    Searched defs:certPathException (Results 1 - 2 of 2) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathBuilderSpi.java 108 if (result == null && certPathException != null)
110 if (certPathException instanceof AnnotatedException)
112 throw new CertPathBuilderException(certPathException.getMessage(), certPathException.getCause());
116 certPathException);
119 if (result == null && certPathException == null)
128 private Exception certPathException;
252 certPathException = e;
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 25 milliseconds