org.eclipse.higgins.keystore.common.X509
Class URIName

java.lang.Object
  extended byorg.eclipse.higgins.keystore.common.X509.URIName

public class URIName
extends Object


Constructor Summary
URIName(Asn1Node node)
           
URIName(String s)
           
 
Method Summary
 boolean equals(Object obj)
           
 URI getURI()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URIName

public URIName(Asn1Node node)
        throws CertificateParsingException

URIName

public URIName(String s)
        throws CertificateParsingException
Method Detail

toString

public String toString()

equals

public boolean equals(Object obj)

getURI

public URI getURI()

hashCode

public int hashCode()