mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
add DESede.
This commit is contained in:
parent
07cb7201da
commit
314c5a982b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user