Vical
data class Vical(val version: String, val vicalProvider: String, val date: Instant, val nextUpdate: Instant?, val notAfter: Instant?, val vicalIssueID: Long?, val certificateInfos: List<VicalCertificateInfo>, val vicalUrl: String?, val extensions: Map<String, DataItem>)
The data in a VICAL according to ISO/IEC 18013-5:2021.
Constructors
Properties
Link copied to clipboard
the certificates in the VICAL.
Link copied to clipboard
proprietary extensions, if available. Added in 18013-5 Second Edition.
Link copied to clipboard
the date an update is expected to be available, if available.
Link copied to clipboard
the issue of the VICAL, unique and monotonically increasing, if available.
Link copied to clipboard
the provider of the VICAL.