Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DDistributionPointFetcher.java469 GeneralNameInterface pointName = p.next().getName(); in verifyCRL() local
471 debug.println("pointName: " + pointName); in verifyCRL()
473 match = idpName.equals(pointName); in verifyCRL()