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

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DHostAddress.java44 * Implements the ASN.1 HostAddress type.
47 * HostAddress ::= SEQUENCE {
60 public class HostAddress implements Cloneable { class in inherits:Cloneable
68 private HostAddress(int dummy) {} method in class:HostAddress
71 HostAddress new_hostAddress = new HostAddress(0);
100 if (!(obj instanceof HostAddress)) {
104 HostAddress h = (HostAddress)obj;
132 * Gets the InetAddress of this HostAddress
158 public HostAddress() throws UnknownHostException { method in class:HostAddress
174 public HostAddress(int new_addrType, byte[] new_address) method in class:HostAddress
218 public HostAddress(InetAddress inetAddress) { method in class:HostAddress
230 public HostAddress(DerValue encoding) throws Asn1Exception, IOException { method in class:HostAddress
[all...]

Completed in 333 milliseconds