DeviceAttestationAndroid

data class DeviceAttestationAndroid(val certificateChain: X509CertChain) : DeviceAttestation

On Android we create a private key in secure area and use its key attestation as the device attestation.

Constructors

Link copied to clipboard
constructor(certificateChain: X509CertChain)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun validate(validationData: DeviceAttestationValidationData)

Check the validity of this DeviceAttestation.

Link copied to clipboard
open override fun validateAssertion(assertion: DeviceAssertion)

Check the validity of assertion in the context of this DeviceAttestation.