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

Constructors

Link copied to clipboard
constructor(attestationCertificateChain: List<X509Certificate>)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val attestationCertificate: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String