Skip to content

Commit

Permalink
0002568: Protect keystore password
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Apr 19, 2016
1 parent 38c42f5 commit 2ed0327
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -108,7 +108,7 @@ public class SymmetricAdmin extends AbstractCommandLauncher {

private static final String CMD_SEND_SCHEMA = "send-schema";

private static final String[] NO_ENGINE_REQUIRED = { CMD_EXPORT_PROPERTIES, CMD_ENCRYPT_TEXT, CMD_LIST_ENGINES };
private static final String[] NO_ENGINE_REQUIRED = { CMD_EXPORT_PROPERTIES, CMD_ENCRYPT_TEXT, CMD_OBFUSCATE_TEXT, CMD_LIST_ENGINES };

private static final String OPTION_NODE = "node";

Expand Down

0 comments on commit 2ed0327

Please sign in to comment.