64656667686970
public static class KeyGen32 extends BaseKeyGenerator { public KeyGen32() { super("RC5", 128, new CipherKeyGenerator()); }
76777879808182
public static class KeyGen64 extends BaseKeyGenerator { public KeyGen64() { super("RC5-64", 256, new CipherKeyGenerator()); }
48495051525354
public static class KeyGenerator extends BaseKeyGenerator { public KeyGenerator() { super("HMACWHIRLPOOL", 512, new CipherKeyGenerator()); }
47484950515253
public static class KeyGenerator extends BaseKeyGenerator { public KeyGenerator() { super("HMACSHA224", 224, new CipherKeyGenerator()); }
37383940414243
public static class KeyGen extends BaseKeyGenerator { public KeyGen() { super("Noekeon", 128, new CipherKeyGenerator()); }
30313233343536
public static class KeyGenerator extends BaseKeyGenerator { public KeyGenerator() { super("HMACMD4", 128, new CipherKeyGenerator()); }
51525354555657
public static class KeyGenerator extends BaseKeyGenerator { public KeyGenerator() { super("HMACSHA384", 384, new CipherKeyGenerator()); }
25262728293031
public static class KeyGen extends BaseKeyGenerator { public KeyGen() { super("Salsa20", 128, new CipherKeyGenerator()); }
38394041424344
public static class KeyGen extends BaseKeyGenerator { public KeyGen() { super("Twofish", 256, new CipherKeyGenerator()); }
public static class KeyGen extends BaseKeyGenerator { public KeyGen() { super("Grain128", 128, new CipherKeyGenerator()); }