Uses of Class
org.ifeth.sehr.lib.DesEncrypter

Packages that use DesEncrypter
org.ifeth.sehr.client.api   
org.ifeth.sehr.lib   
 

Uses of DesEncrypter in org.ifeth.sehr.client.api
 

Methods in org.ifeth.sehr.client.api that return DesEncrypter
 DesEncrypter LocalUserProfile.getDeEnCrypt()
           
 

Methods in org.ifeth.sehr.client.api with parameters of type DesEncrypter
static LocalUserProfile LocalUserProfile.loadProfileByID(java.lang.String datapath, int EntryID, DesEncrypter denc)
          Loads the user profile from a physically accessable file
static LocalUserProfile LocalUserProfile.loadProfile(java.lang.String datapath, java.lang.String profilename, DesEncrypter denc)
          Loads the user profile from a physically accessable file
 void LocalUserProfile.setCrypt(DesEncrypter denc)
           
static java.lang.String[] LocalUserProfile.getProfiles(java.lang.String datapath, boolean filterparent, DesEncrypter denc)
          Get the names of local stored profiles
 

Uses of DesEncrypter in org.ifeth.sehr.lib
 

Methods in org.ifeth.sehr.lib with parameters of type DesEncrypter
static boolean SEHRDataSource.writeDataObjectFile(java.io.File file, java.lang.Object o, DesEncrypter cipher)
          Writes an object to file
static java.lang.Object SEHRDataSource.readDataObjectFile(java.io.File f, DesEncrypter cipher)
          Reads/Loads an object from file