Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DDistributionPointFetcher.java636 TrustAnchor temporary; in verifyCRL() local
638 temporary = new TrustAnchor(prevCert, null); in verifyCRL()
641 temporary = new TrustAnchor(principal, prevKey, null); in verifyCRL()
643 newTrustAnchors.add(temporary); in verifyCRL()