Package-level declarations

Types

Link copied to clipboard

Authentication status of data and chip.

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.