Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java112 final String nonAttestKeyAlias = "nonAttestKey"; in testAttestationWithNonAttestKey() local
115 new KeyGenParameterSpec.Builder(nonAttestKeyAlias, PURPOSE_SIGN).build()); in testAttestationWithNonAttestKey()
121 .setAttestKeyAlias(nonAttestKeyAlias) in testAttestationWithNonAttestKey()