Companion
object Companion
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun generateAssertion(secureArea: SecureArea, deviceAttestationId: String, assertion: Assertion): DeviceAssertion
An implementation of DeviceCheck.generateAssertion for DeviceAttestationSoftware.
Link copied to clipboard
suspend fun generateAttestation(secureArea: SecureArea, challenge: ByteString, secret: String? = null): DeviceAttestationResult
An implementation of DeviceCheck.generateAttestation for DeviceAttestationSoftware.