Searched refs:authKeyParcel (Results 1 – 1 of 1) sorted by relevance
378 for (AuthKeyParcel authKeyParcel : authKeyParcels) { in getAuthKeysNeedingCertification()380 ByteArrayInputStream bais = new ByteArrayInputStream(authKeyParcel.x509cert); in getAuthKeysNeedingCertification()404 AuthKeyParcel authKeyParcel = new AuthKeyParcel(); in storeStaticAuthenticationData() local405 authKeyParcel.x509cert = authenticationKey.getEncoded(); in storeStaticAuthenticationData()406 mBinder.storeStaticAuthenticationData(authKeyParcel, staticAuthData); in storeStaticAuthenticationData()427 AuthKeyParcel authKeyParcel = new AuthKeyParcel(); in storeStaticAuthenticationData() local428 authKeyParcel.x509cert = authenticationKey.getEncoded(); in storeStaticAuthenticationData()431 mBinder.storeStaticAuthenticationDataWithExpiration(authKeyParcel, in storeStaticAuthenticationData()