Home
last modified time | relevance | path

Searched refs:otherHostObject (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DURIName.java335 Object otherHostObject = ((URIName)inputName).getHostObject(); in constrains() local
338 !(otherHostObject instanceof DNSName)) { in constrains()
345 DNSName otherDNS = (DNSName) otherHostObject; in constrains()