Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DDistributionPointFetcher.java162 fullName = getFullNames in getCRLs()
169 fullName = getFullNames in getCRLs()
425 idpNames = getFullNames(crlIssuer, relativeName); in verifyCRL()
454 pointNames = getFullNames in verifyCRL()
457 pointNames = getFullNames(certIssuer, relativeName); in verifyCRL()
714 private static GeneralNames getFullNames(X500Name issuer, RDN rdn) in getFullNames() method in DistributionPointFetcher