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

Constructor Index

 o EmailAddress(String)

Method Index

 o equals(Object)
 o hashCode()
 o host()
 o hostPath()
Useful for clients of distributed keyservers who need to query each host in turn
 o main(String[])
 o toString()
 o user()

Constructors

 o EmailAddress
  public EmailAddress(String friendlyAddress) throws IOException

Methods

 o toString
  public String toString()
Overrides:
toString in class Object
 o user
  public String user()
 o host
  public String host()
 o hostPath
  public Vector hostPath()
Useful for clients of distributed keyservers who need to query each host in turn
 o equals
  public boolean equals(Object obj)
Overrides:
equals in class Object
 o hashCode
  public int hashCode()
Overrides:
hashCode in class Object
 o main
  public final static void main(String args[]) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index