added cli sub command to generate unique keys

This commit is contained in:
Sebastian Sdorra
2014-07-20 14:22:36 +02:00
parent 15ac8740e6
commit 26746a2f77
8 changed files with 198 additions and 1 deletions

View File

@@ -48,4 +48,12 @@ public interface SecurityClientHandler
* @return
*/
public String encrypt(String value);
/**
* Method description
*
*
* @return
*/
public String generateKey();
}