jsdsi
Class OneTime

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

public class OneTime
extends OnlineTest

An online test that must be performed by the verifier and is only valid at the time the test is executed.

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
OneTime(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

OneTime

public OneTime(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.