Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DCertStoreHelper.java100 static boolean isCausedByNetworkIssue(String type, CertStoreException cse) { in isCausedByNetworkIssue() argument
106 return csh.isCausedByNetworkIssue(cse); in isCausedByNetworkIssue()
111 Throwable t = cse.getCause(); in isCausedByNetworkIssue()
DPKIX.java282 CertStoreTypeException(String type, CertStoreException cse) { in CertStoreTypeException() argument
283 super(cse.getMessage(), cse.getCause()); in CertStoreTypeException()
DBuilder.java465 } catch (CertStoreException cse) { in addMatchingCerts()
470 "exception retrieving certs: " + cse); in addMatchingCerts()
471 cse.printStackTrace(); in addMatchingCerts()
DDistributionPointFetcher.java194 } catch (CertStoreException cse) { in getCRLs()
195 savedCSE = cse; in getCRLs()
279 } catch (CertStoreException cse) { in getCRLs()
282 "CRLs: " + cse); in getCRLs()
283 cse.printStackTrace(); in getCRLs()
285 savedCSE = new PKIX.CertStoreTypeException(store.getType(),cse); in getCRLs()
DURICertStore.java373 } catch (CertStoreException cse) { in engineGetCRLs()
374 throw new PKIX.CertStoreTypeException("LDAP", cse); in engineGetCRLs()
DForwardBuilder.java379 } catch (CertStoreException cse) { in getCerts()
382 cse.printStackTrace(); in getCerts()