jsdsi
Class Op

java.lang.Object
  extended byjsdsi.Obj
      extended byjsdsi.Op
All Implemented Interfaces:
Element, java.io.Serializable
Direct Known Subclasses:
HashOp

public abstract class Op
extends Obj
implements Element

An operation instruction for a verifier.

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

Nested Class Summary
 
Nested classes inherited from class jsdsi.Element
Element.Default
 
Field Summary
 
Fields inherited from class jsdsi.Obj
_obj
 
Constructor Summary
Op()
           
 
Methods inherited from class jsdsi.Obj
equals, hashCode, parseObj, parseObj, readResolve, toByteArray, toSexp, toString, toString, toTransport
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jsdsi.Element
toSexp
 

Constructor Detail

Op

public Op()


Copyright © 2002-2006 JSDSI. All Rights Reserved.