HomeSort by relevance Sort by last modified time
    Searched full:withindomain (Results 1 - 1 of 1) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 655 else if (withinDomain(sub, constraint))
662 private boolean withinDomain(String testDomain, String domain)
709 if (withinDomain(dns, str) || dns.equalsIgnoreCase(str))
737 if (withinDomain(dns, str) || dns.equalsIgnoreCase(str))
776 if (withinDomain(_sub, email2))
806 if (withinDomain(_sub, email1))
819 if (withinDomain(email1, email2)
824 else if (withinDomain(email2, email1))
836 if (withinDomain(email2, email1))
866 if (withinDomain(email1, email2)
    [all...]

Completed in 101 milliseconds