Home
last modified time | relevance | path

Searched refs:KEY_ALGORITHM_3DES (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStore3DESCipherSpi.java130 if (!KeyProperties.KEY_ALGORITHM_3DES.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
133 KeyProperties.KEY_ALGORITHM_3DES + " supported"); in initKey()
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java221 public static final String KEY_ALGORITHM_3DES = "DESede"; field in KeyProperties
273 } else if (KEY_ALGORITHM_3DES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm()
290 return KEY_ALGORITHM_3DES; in fromKeymasterSecretKeyAlgorithm()
/frameworks/base/core/api/
Dcurrent.txt37575 field @Deprecated public static final String KEY_ALGORITHM_3DES = "DESede";