Package net.anwiba.commons.crypto
Class KeyGenerator
- java.lang.Object
-
- net.anwiba.commons.crypto.KeyGenerator
-
public class KeyGenerator extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KeyGeneratorcreate()byte[]generateKey()
-
-
-
Method Detail
-
create
public static KeyGenerator create()
-
generateKey
public byte[] generateKey()
-
-