From 9a7b58259fda9b256efd2afe96387a6ca09e9c83 Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 3 May 2018 13:13:29 +0000 Subject: [PATCH] CLI: Add KeyGenerator --- core/java/src/net/i2p/util/CommandLine.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/java/src/net/i2p/util/CommandLine.java b/core/java/src/net/i2p/util/CommandLine.java index 693ee83cc..5d4bbf765 100644 --- a/core/java/src/net/i2p/util/CommandLine.java +++ b/core/java/src/net/i2p/util/CommandLine.java @@ -23,6 +23,7 @@ public class CommandLine { "net.i2p.CoreVersion", "net.i2p.crypto.CertUtil", "net.i2p.crypto.CryptoCheck", + "net.i2p.crypto.KeyGenerator", "net.i2p.crypto.SelfSignedGenerator", "net.i2p.crypto.SU3File", "net.i2p.crypto.TrustedUpdate",