Functions
Link copied to clipboard
abstract suspend fun verifyKeyAttestation(attestationCerts: List<X509Certificate>, expectedChallenge: ByteArray): KeyAttestation<PublicKey>
convenience method for verifyKeyAttestation specific to Android. Attests the public key contained in the leaf
Link copied to clipboard
open fun verifyKeyAttestationBlocking(attestationCerts: List<X509Certificate>, expectedChallenge: ByteArray): KeyAttestation<PublicKey>
convenience method for verifyKeyAttestation specific to Android. Attests the public key contained in the leaf