Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DDistributionPointFetcher.java178 CertStoreException savedCSE = null; in getCRLs() local
195 savedCSE = cse; in getCRLs()
199 if (possibleCRLs.isEmpty() && savedCSE != null) { in getCRLs()
200 throw savedCSE; in getCRLs()
273 CertStoreException savedCSE = null; in getCRLs() local
285 savedCSE = new PKIX.CertStoreTypeException(store.getType(),cse); in getCRLs()
289 if (crls.isEmpty() && savedCSE != null) { in getCRLs()
290 throw savedCSE; in getCRLs()