Uses of Interface
velosurf.util.Cryptograph

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

Uses of Cryptograph in velosurf.sql
 

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

Uses of Cryptograph in velosurf.util
 

Classes in velosurf.util that implement Cryptograph
 class DESCryptograph
          inspired from some code found at http://javaalmanac.com/
 



ooOoo