Searched refs:KEY_ALGORITHM_AES (Results 1 – 10 of 10) sorted by relevance
65 Cipher cipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/" in decrypt()79 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in encrypt()101 KeyProperties.KEY_ALGORITHM_AES); in encrypt()115 KeyProperties.KEY_ALGORITHM_AES); in decrypt()166 KeyGenerator keyGenerator = KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES); in createBlob()
97 generator = KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES, in storePassword()
1292 Cipher cipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/" in getDecryptedPasswordForTiedProfile()1743 KeyGenerator keyGenerator = KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES); in tieProfileLockToParent()1770 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in tieProfileLockToParent()
162 KEY_ALGORITHM_AES,178 public static final String KEY_ALGORITHM_AES = "AES"; field in KeyProperties237 if (KEY_ALGORITHM_AES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm()254 return KEY_ALGORITHM_AES; in fromKeymasterSecretKeyAlgorithm()
131 if (!KeyProperties.KEY_ALGORITHM_AES.equalsIgnoreCase(key.getAlgorithm())) { in initKey()134 KeyProperties.KEY_ALGORITHM_AES + " supported"); in initKey()
279 if (!KeyProperties.KEY_ALGORITHM_AES.equalsIgnoreCase(key.getAlgorithm())) { in initKey()282 KeyProperties.KEY_ALGORITHM_AES + " supported"); in initKey()
86 new SecretKeySpec(secretKey, KeyProperties.KEY_ALGORITHM_AES)), in setSymmetricKeyEntry()
158 .getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
42842 field public static final String KEY_ALGORITHM_AES = "AES";