Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java262 final String attestedRsaKeyAlias = "attestedRsaKey"; in testAttestKey() local
264 new KeyGenParameterSpec.Builder(attestedRsaKeyAlias, PURPOSE_SIGN) in testAttestKey()