add DESede.
git-svn-id: svn://10.0.0.236/trunk@120840 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user