Searched refs:excludedSubtreesIP (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java30 private Set excludedSubtreesIP = new HashSet(); field in class:PKIXNameConstraintValidator
1517 checkExcludedIP(excludedSubtreesIP, ip);
1630 excludedSubtreesIP = unionIP(excludedSubtreesIP, ASN1OctetString
1719 + hashCollection(excludedSubtreesIP)
1761 && collectionsAreEqual(constraintValidator.excludedSubtreesIP, excludedSubtreesIP)
1917 if (!excludedSubtreesIP.isEmpty())
1920 temp += stringifyIPCollection(excludedSubtreesIP) + "\n";

Completed in 37 milliseconds