Searched refs:KEY_ALGORITHM_3DES (Results 1 – 4 of 4) sorted by relevance
105 if (!KeyProperties.KEY_ALGORITHM_3DES.equalsIgnoreCase(key.getAlgorithm())) { in initKey()108 KeyProperties.KEY_ALGORITHM_3DES + " supported"); in initKey()
166 public static final String KEY_ALGORITHM_3DES = "DESede"; field in KeyProperties218 } else if (KEY_ALGORITHM_3DES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm()235 return KEY_ALGORITHM_3DES; in fromKeymasterSecretKeyAlgorithm()
41256 field @Deprecated public static final String KEY_ALGORITHM_3DES = "DESede";
41400 field @Deprecated public static final String KEY_ALGORITHM_3DES = "DESede";