public interface KeyGenerator
| Modifier and Type | Interface and Description |
|---|---|
static class |
KeyGenerator.KEYGEN_128
KeyGenerator implementation which generates a random UUID as a key. |
static class |
KeyGenerator.KEYGEN_64
KeyGenerator implementation which generates a random 64 bit key. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
generateKey() |