Home
last modified time | relevance | path

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

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