Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DDistributionPointFetcher.java463 GeneralNameInterface idpName = i.next().getName(); in verifyCRL() local
465 debug.println("idpName: " + idpName); in verifyCRL()
473 match = idpName.equals(pointName); in verifyCRL()
495 GeneralNameInterface idpName = i.next().getName(); in verifyCRL() local
496 match = crlIssuerName.equals(idpName); in verifyCRL()