update jdnssec-keygen to use a default algorithm of 8 instead of 5.

git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@238 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
This commit is contained in:
David Blacka
2011-02-03 20:29:54 +00:00
parent e770f01958
commit c459de830f
2 changed files with 9 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ public class KeyGen
private static class CLIState
{
private Options opts;
public int algorithm = 5;
public int algorithm = 8;
public int keylength = 1024;
public boolean useLargeE = true;
public String outputfile = null;