Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DIdentityCredentialAuthentication.java179 Collection<X509Certificate> dynAuthKeyCerts = credential.getAuthKeysNeedingCertification(); in provisionFoo() local
180 credential.storeStaticAuthenticationData(dynAuthKeyCerts.iterator().next(), new byte[0]); in provisionFoo()
/cts/tests/tests/identity/src/android/security/identity/cts/
DUserAuthTest.java277 Collection<X509Certificate> dynAuthKeyCerts = credential.getAuthKeysNeedingCertification(); in doTestUserAuth() local
278 credential.storeStaticAuthenticationData(dynAuthKeyCerts.iterator().next(), new byte[0]); in doTestUserAuth()
DReaderAuthTest.java271 Collection<X509Certificate> dynAuthKeyCerts = credential.getAuthKeysNeedingCertification(); in readerAuth() local
272 credential.storeStaticAuthenticationData(dynAuthKeyCerts.iterator().next(), new byte[0]); in readerAuth()