Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java2051 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_RSA() local
2058 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2061 new PrivateKeyEntry(privateKey3, new Certificate[] {cert3}), protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2067 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_RSA()
2124 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_EC() local
2130 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2134 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2140 protectionParams); in testKeyStore_LargeNumberOfKeysSupported_EC()
2195 KeyProtection protectionParams = new KeyProtection.Builder( in testKeyStore_LargeNumberOfKeysSupported_AES() local
2200 mKeyStore.setEntry(entryName1, new KeyStore.SecretKeyEntry(key1), protectionParams); in testKeyStore_LargeNumberOfKeysSupported_AES()
[all …]