Home
last modified time | relevance | path

Searched refs:APPLICATION_KEY_ALGORITHM (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DWrappedKey.java47 private static final String APPLICATION_KEY_ALGORITHM = "AES"; field in WrappedKey
228 wrappedKey.getKeyMaterial(), APPLICATION_KEY_ALGORITHM, Cipher.SECRET_KEY); in unwrapKeys()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DKeySyncUtilsTest.java60 private static final String APPLICATION_KEY_ALGORITHM = "AES"; field in KeySyncUtilsTest
521 KeyGenerator keyGenerator = KeyGenerator.getInstance(APPLICATION_KEY_ALGORITHM); in generateApplicationKey()