Package-level declarations

Types

Link copied to clipboard

Authentication status of data and chip.

Link copied to clipboard
class ChipAuthenticationException(message: String, cause: Throwable, debugInfo: DebugInfo) : NfcTravelDocumentReaderException

Thrown if Chip Authentication protocol fails. Secure connection was not established.

Link copied to clipboard
data class ChipAuthenticationStatus(    val status: ChipAuthenticationStatus.Status,     val protocol: ChipAuthenticationStatus.Protocol?,     val activeAuthenticationResponse: ByteArray? = null)

Authentication status of the chip and protocol used for that purpose.

Link copied to clipboard

Authentication status of the data and protocol used for that purpose.