Searched refs:KEY_ALGORITHM_3DES (Results 1 – 3 of 3) 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()
37575 field @Deprecated public static final String KEY_ALGORITHM_3DES = "DESede";