Package-level declarations
Types
Link copied to clipboard
data class AuthenticationStatus(val data: DataAuthenticationStatus, val chip: ChipAuthenticationStatus)
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
data class DataAuthenticationStatus(val status: DataAuthenticationStatus.Status, val protocol: DataAuthenticationStatus.Protocol)
Authentication status of the data and protocol used for that purpose.