Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DRevocationChecker.java66 private LinkedList<CertPathValidatorException> softFailExceptions = field in RevocationChecker
315 softFailExceptions.clear();
330 return Collections.unmodifiableList(softFailExceptions);
432 softFailExceptions.addFirst(e2);
1104 copy.softFailExceptions = new LinkedList<>(softFailExceptions);