add DESede.

This commit is contained in:
nicolson%netscape.com 2002-05-06 18:49:52 +00:00
parent 07cb7201da
commit 314c5a982b

View File

@ -116,6 +116,9 @@ public class KeyGenAlgorithm extends Algorithm {
DES3 = new KeyGenAlgorithm(CKM_DES3_KEY_GEN, "DESede",
new FixedKeyStrengthValidator(168), null, null);
public static final KeyGenAlgorithm
DESede = DES3;
//////////////////////////////////////////////////////////////
public static final KeyGenAlgorithm
RC4 = new KeyGenAlgorithm(CKM_RC4_KEY_GEN, "RC4",