Searched refs:entityInAllowList (Results 1 – 1 of 1) sorted by relevance
44 .anyMatch(entityInAllowList -> isMatch( in isAllowListed()45 entityInAllowList, entityName, packageCertificate)); in isAllowListed()63 .anyMatch(entityInAllowList -> isPairMatch( in isPairAllowListed()64 entityInAllowList, first, firstCertDigest, second, secondCertDigest)); in isPairAllowListed()81 String entityInAllowList, String entityName, String certDigest) { in isMatch() argument82 String[] entityAndCert = entityInAllowList.split(CERT_SPLITTER); in isMatch()