Searched refs:defaultAlgorithm2 (Results 1 – 2 of 2) sorted by relevance
42 private static String defaultAlgorithm2 = "DES"; field in SecretKeyFactory_Impl1Test62 defaultProvider = SpiEngUtils.isSupport(defaultAlgorithm2,66 defaultAlgorithm = defaultAlgorithm2;
53 private static String defaultAlgorithm2 = "DES"; field in SecretKeyFactoryTest78 defaultProvider = SpiEngUtils.isSupport(defaultAlgorithm2,82 defaultAlgorithm = defaultAlgorithm2;354 KeySpec ks = (defaultAlgorithm.equals(defaultAlgorithm2) ? (KeySpec) new DESKeySpec(bb) : in testSecretKeyFactory10()390 if (defaultAlgorithm.equals(defaultAlgorithm2)) { in testSecretKeyFactory10()