Home
last modified time | relevance | path

Searched defs:masterKey (Results 1 – 5 of 5) sorted by relevance

/security/security-crypto/src/androidTest/java/androidx/security/crypto/
DMasterKeyTest.java87 MasterKey masterKey = new MasterKey.Builder(ApplicationProvider.getApplicationContext()) in testCreateDefaultKey() local
96 MasterKey masterKey = in testCreateRenamedKey() local
113 MasterKey masterKey = new MasterKey.Builder(ApplicationProvider.getApplicationContext()) in testCreateKeyWithParamSpec() local
128 MasterKey masterKey = new MasterKey.Builder( in testCreateKeyWithParamSpecAndAlias() local
155 MasterKey masterKey = new MasterKey.Builder(ApplicationProvider.getApplicationContext()) in testCheckIfKeyIsKeyStoreBacked() local
190 MasterKey masterKey = new MasterKey.Builder(ApplicationProvider.getApplicationContext()) in testCheckGettersAreCallable() local
DMasterKeySecureTest.java96 MasterKey masterKey = new MasterKey.Builder(ApplicationProvider.getApplicationContext()) in testCreateKeyWithAuthenicationRequired() local
/security/security-crypto-ktx/src/androidTest/java/androidx/security/crypto/
DKtxTests.kt96 val masterKey = MasterKey(context) in testEncryptedSharedPreferencesExtension() constant
122 val masterKey = MasterKey(context) in testEncryptedFileExtension() constant
/security/security-crypto/src/main/java/androidx/security/crypto/
DEncryptedFile.java183 @NonNull MasterKey masterKey, in Builder()
DEncryptedSharedPreferences.java127 @NonNull MasterKey masterKey, in create()