Vical

data class Vical(val version: String, val vicalProvider: String, val date: Instant, val nextUpdate: Instant?, val vicalIssueID: Long?, val certificateInfos: List<VicalCertificateInfo>)

The data in a VICAL according to ISO/IEC 18013-5:2021.

Constructors

Link copied to clipboard
constructor(version: String, vicalProvider: String, date: Instant, nextUpdate: Instant?, vicalIssueID: Long?, certificateInfos: List<VicalCertificateInfo>)

Properties

Link copied to clipboard

the certificates in the VICAL.

Link copied to clipboard
val date: Instant

the date it was generated.

Link copied to clipboard
val nextUpdate: Instant?

the date an update is expected to be available, if available.

Link copied to clipboard

the version of the VICAL data structure, e.g. "1.0".

Link copied to clipboard

the issue of the VICAL, unique and monotonically increasing, if available.

Link copied to clipboard

the provider of the VICAL.