Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java158 final String strongBoxAttestKeyAlias = "nonAttestKey"; in testStrongBoxCannotAttestToTeeKey() local
161 new KeyGenParameterSpec.Builder(strongBoxAttestKeyAlias, PURPOSE_ATTEST_KEY) in testStrongBoxCannotAttestToTeeKey()
169 .setAttestKeyAlias(strongBoxAttestKeyAlias) in testStrongBoxCannotAttestToTeeKey()