Searched defs:bl (Results 1 – 2 of 2) sorted by relevance
154 CertBlacklist bl = new CertBlacklist(path, ""); in getPubkeyBlacklist() local167 CertBlacklist bl = new CertBlacklist("", path); in getSerialBlacklist() local236 HashSet<String> bl = new HashSet<String>(); in testPubkeyBlacklistLegit() local252 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), ""); in testLegitPubkeyIsntBlacklisted() local267 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), ""); in testPubkeyIsBlacklisted() local274 HashSet<String> bl = new HashSet<String>(); in testSerialBlacklistLegit() local286 HashSet<String> bl = new HashSet<String>(); in testPubkeyBlacklistMultipleLegit() local299 HashSet<String> bl = new HashSet<String>(); in testSerialBlacklistMultipleLegit() local312 HashSet<String> bl = new HashSet<String>(); in testPubkeyBlacklistMultipleBad() local328 HashSet<String> bl = new HashSet<String>(); in testSerialBlacklistMultipleBad() local[all …]
281 static boolean atBugLevel(String bl) { // package-private in atBugLevel()