fi.hut.tcm.spki.impl
Class ObjHash

java.lang.Object
  |
  +--fi.hut.tcm.spki.impl.Composite
        |
        +--fi.hut.tcm.spki.impl.ObjHash

public class ObjHash
extends Composite

ObjHash Hash of an object.


Fields inherited from class fi.hut.tcm.spki.impl.Composite
children
 
Constructor Summary
ObjHash()
           
ObjHash(java.lang.Object obj)
           
 
Method Summary
 void accept(Visitor visitor)
           
 boolean check(Component addition)
           
 
Methods inherited from class fi.hut.tcm.spki.impl.Composite
add, get, get, iterator, remove, size, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ObjHash

public ObjHash()

ObjHash

public ObjHash(java.lang.Object obj)
        throws java.lang.IllegalStateException
Method Detail

check

public boolean check(Component addition)
              throws java.lang.IllegalStateException
Overrides:
check in class Composite

accept

public void accept(Visitor visitor)
Overrides:
accept in class Composite