com.gsoft.titration.client
Interface EncryptionAlgorithm

All Known Implementing Classes:
EncryptionUtility.DefaultEncryptionAlgorithm

public interface EncryptionAlgorithm


Method Summary
 chargetDecryptedChar(char crypt, int seed)
           
 chargetEncryptedChar(char base, int seed)
           
 intgetSeed(String base, int current)
           

Method Detail

getDecryptedChar

public char getDecryptedChar(char crypt, int seed)

getEncryptedChar

public char getEncryptedChar(char base, int seed)

getSeed

public int getSeed(String base, int current)