Searched refs:KEY_ALGORITHM_3DES (Results 1 – 4 of 4) sorted by relevance
130 if (!KeyProperties.KEY_ALGORITHM_3DES.equalsIgnoreCase(key.getAlgorithm())) { in initKey()133 KeyProperties.KEY_ALGORITHM_3DES + " supported"); in initKey()
221 public static final String KEY_ALGORITHM_3DES = "DESede"; field in KeyProperties273 } else if (KEY_ALGORITHM_3DES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm()290 return KEY_ALGORITHM_3DES; in fromKeymasterSecretKeyAlgorithm()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
37639 field @Deprecated public static final String KEY_ALGORITHM_3DES = "DESede";