Searched defs:hostDNS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DURIName.java86 private DNSName hostDNS; field in class:URIName
133 hostDNS = new DNSName(host);
169 DNSName hostDNS;
171 hostDNS = new DNSName(host.substring(1));
173 hostDNS = new DNSName(host);
175 return new URIName(uri, host, hostDNS);
186 URIName(URI uri, String host, DNSName hostDNS) { argument
189 this.hostDNS = hostDNS;
278 return hostDNS;
[all...]

Completed in 40 milliseconds