com.fuse.security
Interface SecretKey

All Known Implementing Classes:
VerySimpleSecretKey

public interface SecretKey

SecretKey generates a random key and according to some algorithm decrypts it.


Method Summary
 java.lang.String decodeKey(java.lang.String key)
          Solves a key and returns the answer
 java.lang.String generateKey()
          Returns a key which client has to solve
 

Method Detail

generateKey

java.lang.String generateKey()
Returns a key which client has to solve


decodeKey

java.lang.String decodeKey(java.lang.String key)
Solves a key and returns the answer