Home
last modified time | relevance | path

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

/frameworks/base/identity/java/android/security/identity/
DCredstoreIdentityCredential.java378 for (AuthKeyParcel authKeyParcel : authKeyParcels) { in getAuthKeysNeedingCertification()
380 ByteArrayInputStream bais = new ByteArrayInputStream(authKeyParcel.x509cert); in getAuthKeysNeedingCertification()
404 AuthKeyParcel authKeyParcel = new AuthKeyParcel(); in storeStaticAuthenticationData() local
405 authKeyParcel.x509cert = authenticationKey.getEncoded(); in storeStaticAuthenticationData()
406 mBinder.storeStaticAuthenticationData(authKeyParcel, staticAuthData); in storeStaticAuthenticationData()
427 AuthKeyParcel authKeyParcel = new AuthKeyParcel(); in storeStaticAuthenticationData() local
428 authKeyParcel.x509cert = authenticationKey.getEncoded(); in storeStaticAuthenticationData()
431 mBinder.storeStaticAuthenticationDataWithExpiration(authKeyParcel, in storeStaticAuthenticationData()