Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/AuthBoundKeyApp/src/com/android/cts/authboundkey/
DAuthBoundKeyAppTest.java49 private static final String KEYSTORE = "AndroidKeyStore"; field in AuthBoundKeyAppTest
51 KeyStore keyStore = KeyStore.getInstance(KEYSTORE); in testGenerateAuthBoundKey()
54 KeyProperties.KEY_ALGORITHM_AES, KEYSTORE); in testGenerateAuthBoundKey()