Configuration

data class Configuration @JvmOverloads constructor(val authorityCertificates: Set<X509Certificate> = emptySet(), val timeoutMillis: Int = DEFAULT_TIMEOUT_MILLIS, debugInfoEnabled: Boolean = false)

Configuration for the NFC Travel Document Reader component.

Parameters

authorityCertificates

Certificates of trusted authorities. Certificates are required to successfully authenticate data in the chip.

timeoutMillis

The timeout only applies to ISO-DEP I/O operations on a android.nfc.Tag. Default value is 5000 ms.

Constructors

Link copied to clipboard
fun Configuration(authorityCertificates: Set<X509Certificate> = emptySet(), timeoutMillis: Int = DEFAULT_TIMEOUT_MILLIS, debugInfoEnabled: Boolean = false)

Properties

Link copied to clipboard