Uses of Interface
velosurf.util.Cryptograph

Packages that use Cryptograph
velosurf.sql Contains all core classes dealing with the database itself. 
velosurf.util This package gathers miscellanous utility classes. 
 

Uses of Cryptograph in velosurf.sql
 

Fields in velosurf.sql declared as Cryptograph
private  Cryptograph Database.cryptograph
          Cryptograph used to encrypt/decrypt database ids.
 

Uses of Cryptograph in velosurf.util
 

Classes in velosurf.util that implement Cryptograph
 class DESCryptograph
          Implemenation of the cryptograph for the DES algorithm.
 



~ooOoo~