HomeSort by relevance Sort by last modified time
    Searched full:certpathexception (Results 1 - 1 of 1) sorted by null

  /external/bouncycastle/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;

Completed in 652 milliseconds