Class cryptix.util.EmailAddress
All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.util.EmailAddress
java.lang.Object
|
+----cryptix.util.EmailAddress
- public final class EmailAddress
- extends Object
- Author:
- Ian Brown
-
EmailAddress(String)
-
-
equals(Object)
-
-
hashCode()
-
-
host()
-
-
hostPath()
- Useful for clients of distributed keyservers who need to query each host in turn
-
main(String[])
-
-
toString()
-
-
user()
-
EmailAddress
public EmailAddress(String friendlyAddress) throws IOException
toString
public String toString()
- Overrides:
- toString in class Object
user
public String user()
host
public String host()
hostPath
public Vector hostPath()
- Useful for clients of distributed keyservers who need to query each host in turn
equals
public boolean equals(Object obj)
- Overrides:
- equals in class Object
hashCode
public int hashCode()
- Overrides:
- hashCode in class Object
main
public final static void main(String args[]) throws IOException
All Packages Class Hierarchy This Package Previous Next Index