Success

data class Success(val publicKey: PublicKey, val challenge: ByteString, val securityLevel: SecurityLevel, val verifiedBootState: VerifiedBootState, val deviceLocked: Boolean, val deviceInformation: ProvisioningInfoMap?, val attestedDeviceIds: DeviceIdentity) : VerificationResult

Constructors

Link copied to clipboard
constructor(publicKey: PublicKey, challenge: ByteString, securityLevel: SecurityLevel, verifiedBootState: VerifiedBootState, deviceLocked: Boolean, deviceInformation: ProvisioningInfoMap?, attestedDeviceIds: DeviceIdentity)

Properties

Link copied to clipboard
Link copied to clipboard
val challenge: ByteString
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard