PassiveAuthFailed

class PassiveAuthFailed(message: String, cause: Throwable? = null) : CeiError

Passive authentication failed — the data on the card does not match the SOD signature, or the Document Signing Certificate does not chain to the trusted CSCA root. The data is still returned in ro.eidkit.sdk.model.ReadResult with ro.eidkit.sdk.model.PassiveAuthStatus.Invalid.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)