Rical
data class Rical(val type: String, val version: String, val provider: String, val date: Instant, val nextUpdate: Instant?, val notAfter: Instant?, val certificateInfos: List<RicalCertificateInfo>, val id: Long?, val latestRicalUrl: String?, val extensions: Map<String, DataItem>?)
The data in a RICAL according to ISO/IEC 18013-5 Second Edition Annex F..
Constructors
Properties
Link copied to clipboard
CA certificates included in this RICAL.
Link copied to clipboard
proprietary extensions.
Link copied to clipboard
HTTPS URL of the latest RICAL.
Link copied to clipboard
the date an update is expected to be available, if available.
Link copied to clipboard
type of the RICAL, e.g. RICAL_TYPE_READER_AUTHENTICATION.