Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java184 final String teeAttestKeyAlias = "nonAttestKey"; in testTeeCannotAttestToStrongBoxKey() local
186 new KeyGenParameterSpec.Builder(teeAttestKeyAlias, PURPOSE_ATTEST_KEY).build()); in testTeeCannotAttestToStrongBoxKey()
192 .setAttestKeyAlias(teeAttestKeyAlias) in testTeeCannotAttestToStrongBoxKey()