Package edu.harvard.deas.hyperenc.vsat

Contains the Page Server Node application and related classes.

See:
          Description

Interface Summary
PageDatabase Contains an index of the pages we will provide.
 

Class Summary
DevRandomSource  
FileRandomSource FileRandomSource (FRS) traverses the file system collecting random data.
KeyedPageDatabase A PageDatabase that implements lookup as described in Section II-B1 of M.
NNPageDatabase Contains an index of the pages we will provide.
PageServerNode The PageServerNode represents a Page Server Node in the hyper-encryption system.
TrueRandomSource True random source abstract
VSatPage A page of data.
 

Package edu.harvard.deas.hyperenc.vsat Description

Contains the Page Server Node application and related classes. (Page Server Nodes were formerly called "Virtual Satellite nodes".) Includes the PSN application itself (PageServerNode) as well as implementations of the page database used by the PSN.