Searched refs:bl (Results 1 – 4 of 4) sorted by relevance
152 CertBlacklist bl = new CertBlacklist(path, ""); in getPubkeyBlacklist() local154 Set<byte[]> arr = bl.pubkeyBlacklist; in getPubkeyBlacklist()165 CertBlacklist bl = new CertBlacklist("", path); in getSerialBlacklist() local167 Set<BigInteger> arr = bl.serialBlacklist; in getSerialBlacklist()234 HashSet<String> bl = new HashSet<String>(); in testPubkeyBlacklistLegit() local235 bl.add("6ccabd7db47e94a5759901b6a7dfd45d1c091ccc"); in testPubkeyBlacklistLegit()237 writeBlacklist(bl); in testPubkeyBlacklistLegit()239 bl.addAll(DEFAULT_PUBKEYS); in testPubkeyBlacklistLegit()241 assertEquals(bl, getCurrentPubkeyBlacklist()); in testPubkeyBlacklistLegit()250 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), ""); in testLegitPubkeyIsntBlacklisted() local[all …]
477 static boolean atBugLevel(String bl) { // package-private485 return bugLevel.equals(bl);
281 static boolean atBugLevel(String bl) { // package-private in atBugLevel() argument289 return level.equals(bl); in atBugLevel()
38 static boolean atBugLevel(java.lang.String bl) { in atBugLevel() argument