Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStore3DESCipherSpi.java105 if (!KeyProperties.KEY_ALGORITHM_3DES.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
108 KeyProperties.KEY_ALGORITHM_3DES + " supported"); in initKey()
DKeyProperties.java166 public static final String KEY_ALGORITHM_3DES = "DESede"; field in KeyProperties
218 } else if (KEY_ALGORITHM_3DES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm()
235 return KEY_ALGORITHM_3DES; in fromKeymasterSecretKeyAlgorithm()
/frameworks/base/non-updatable-api/
Dcurrent.txt41256 field @Deprecated public static final String KEY_ALGORITHM_3DES = "DESede";
/frameworks/base/api/
Dcurrent.txt41400 field @Deprecated public static final String KEY_ALGORITHM_3DES = "DESede";