|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.fuse.security.VerySimpleSecretKey
public class VerySimpleSecretKey
Very simple SecretKey-implementation. Everyone should create their own.
Constructor Summary | |
---|---|
VerySimpleSecretKey()
|
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 |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerySimpleSecretKey()
Method Detail |
---|
public java.lang.String generateKey()
generateKey
in interface SecretKey
public java.lang.String decodeKey(java.lang.String key)
decodeKey
in interface SecretKey
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |