jsdsi
Class Revalidation

java.lang.Object
  extended byjsdsi.Obj
      extended byjsdsi.OnlineTest
          extended byjsdsi.Revalidation
All Implemented Interfaces:
java.io.Serializable

public class Revalidation
extends OnlineTest

Checks whether a certificate appears on a revalidation list.

Version:
$Revision: 1.3.2.1 $ $Date: 2005/11/08 03:12:52 $
Author:
Sameer Ajmani, Sean Radford
See Also:
Serialized Form

Field Summary
 
Fields inherited from class jsdsi.Obj
_obj
 
Constructor Summary
Revalidation(Principal p, java.net.URI[] u)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class jsdsi.OnlineTest
getPrincipal, getURIs, toSexp
 
Methods inherited from class jsdsi.Obj
parseObj, parseObj, readResolve, toByteArray, toString, toString, toTransport
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Revalidation

public Revalidation(Principal p,
                    java.net.URI[] u)
See Also:
OnlineTest.OnlineTest(Principal, URI[])
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class OnlineTest
See Also:
Object.equals(Object)

hashCode

public int hashCode()
Overrides:
hashCode in class OnlineTest
See Also:
Object.hashCode()


Copyright © 2002-2006 JSDSI. All Rights Reserved.