Package net.handle.apps.tools
Class KeyGenerator
java.lang.Object
net.handle.apps.tools.KeyGenerator
This class is run from the command-line to generate authentication keys
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final void
generateKeys
(String algorithm, int keySize, byte[] secKey, File privKeyFile, File pubKeyFile) static void
static final void
-
Constructor Details
-
KeyGenerator
public KeyGenerator()
-
-
Method Details