fi.hut.tcm.spki.impl
Class HashOfKey

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

public class HashOfKey
extends Hash
implements SpkiPrincipal, Key

HashOfKey


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

Constructor Detail

HashOfKey

public HashOfKey()
Method Detail

accept

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