verifyAsync
fun verifyAsync(coroutineScope: CoroutineScope, chain: List<X509Certificate>, challengeChecker: ChallengeChecker? = null, log: LogHook? = null): ListenableFuture<VerificationResult>
Verifies an Android Key Attestation certificate chain asynchronously.
Return
A ListenableFuture containing the VerificationResult.
Parameters
chain
The attestation certificate chain to verify.
coroutineScope
The coroutine scope to from which to run the verification.
challengeChecker
The challenge checker to use for additional challenge validation.
log
The log hook to use for logging.