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
Link copied to clipboard

Properties

Link copied to clipboard

The attestation extension present in the certificate that actually carries the attestation record. When multiple certificates in the chain contain an attestation extension, this is the one closest to the root, matching the verifier's parsing strategy.

Link copied to clipboard

The certificate from attestationCertificateChain whose attestation extension was used for verification. This is the certificate closest to the root that still carries the Android attestation extension.

Link copied to clipboard
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