fi.hut.tcm.spki
Interface Component

All Known Subinterfaces:
Composite, GenericFormat, OnlineTest, Op, Tag, Validity
All Known Implementing Classes:
ByteString, Composite, SkipSExpr, TagExpr, Tag, TagStar, GeneralOp, Cert, HashOp, SpkiCrl, OnlineTest, Valid, Sequence

public abstract interface Component

Component An interface for SPKI components. Implemented by ByteString and Composite. Used for traversing the SPKI data structures.


Method Summary
 void accept(Visitor visitor)
          Accepts a visitor according to the Visitor Design Pattern.
 

Method Detail

accept

public void accept(Visitor visitor)
Accepts a visitor according to the Visitor Design Pattern. This is an implementation hook for the visitor implementation into the fi.hut.tcm. spki.impl package.