Searched refs:AnnotatedException (Results 1 - 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DAnnotatedException.java5 public class AnnotatedException class in inherits:Exception,ExtException
11 AnnotatedException(String string, Throwable e) method in class:AnnotatedException
18 AnnotatedException(String string) method in class:AnnotatedException
H A DPKIXCRLUtil.java23 throws AnnotatedException
34 catch (AnnotatedException e)
36 throw new AnnotatedException("Exception obtaining complete CRLs.", e);
74 throws AnnotatedException
83 catch (AnnotatedException e)
85 throw new AnnotatedException("Exception obtaining complete CRLs.", e);
105 List crlStores) throws AnnotatedException
110 AnnotatedException lastException = null;
128 lastException = new AnnotatedException(
143 lastException = new AnnotatedException(
[all...]
H A DRFC3280CertPathUtilities.java93 * @throws AnnotatedException if one of the conditions is not met or an error occurs.
99 throws AnnotatedException
109 throw new AnnotatedException("Issuing distribution point extension could not be decoded.", e);
144 throw new AnnotatedException("Could not read CRL issuer.", e);
177 throw new AnnotatedException("Could not read certificate issuer.", e);
205 throw new AnnotatedException(
216 throw new AnnotatedException("Either the cRLIssuer or the distributionPoint field must "
230 throw new AnnotatedException(
243 throw new AnnotatedException("Basic constraints extension could not be decoded.", e);
251 throw new AnnotatedException("C
[all...]
H A DCertPathValidatorUtilities.java130 * @throws AnnotatedException if a TrustAnchor was found but the signature verification
136 throws AnnotatedException
152 * @throws AnnotatedException if a TrustAnchor was found but the signature verification
159 throws AnnotatedException
174 throw new AnnotatedException("Cannot set subject search criteria for trust anchor.", ex);
234 throw new AnnotatedException("TrustAnchor found but certificate validation failed.", invalidKeyEx);
313 * @throws AnnotatedException if the extension cannot be read.
318 throws AnnotatedException
332 throws AnnotatedException
344 throw new AnnotatedException("exceptio
[all...]
H A DPKIXCertPathBuilderSpi.java85 catch (AnnotatedException e)
110 if (certPathException instanceof AnnotatedException)
188 throw new AnnotatedException(
200 throw new AnnotatedException(
219 throw new AnnotatedException(
230 catch (AnnotatedException e)
232 throw new AnnotatedException(
238 throw new AnnotatedException(
250 catch (AnnotatedException e)
H A DPKIXCertPathValidatorSpi.java94 AnnotatedException e = new AnnotatedException(message);
120 catch (AnnotatedException e)
281 AnnotatedException e = new AnnotatedException(message);

Completed in 1047 milliseconds