Android
abstract class Android(val attestationCertificateChain: List<X509Certificate>) : AttestationResult(source)
Successful Android Key Attestation result. attestationCertificateChain contains the attested certificate.
All attested information in attestationRecord is available for further processing, should this be desired. Note: this will fail when using the NoopAttestationService!
Inheritors
Types
Link copied to clipboard
class Verified(val attestationCertificateChain: List<X509Certificate>) : AttestationResult.Android, AttestationResult.Verified