mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
added cli sub command to generate unique keys
This commit is contained in:
@@ -48,4 +48,12 @@ public interface SecurityClientHandler
|
||||
* @return
|
||||
*/
|
||||
public String encrypt(String value);
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public String generateKey();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user