Home
last modified time | relevance | path

Searched refs:certPathException (Results 1 – 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCertPathBuilderSpi.java123 if (result == null && certPathException != null) in engineBuild()
125 if (certPathException instanceof AnnotatedException) in engineBuild()
127 … throw new CertPathBuilderException(certPathException.getMessage(), certPathException.getCause()); in engineBuild()
131 certPathException); in engineBuild()
134 if (result == null && certPathException == null) in engineBuild()
143 private Exception certPathException; field in PKIXCertPathBuilderSpi
272 certPathException = e; in build()