Vds

@Serializable
data class Vds(val header: Vds.VdsHeader, val encryptedPayload: String? = null)

Describes the VDS (Visible Digital Seal) information extracted from a barcode.

Constructors

Link copied to clipboard
constructor(header: Vds.VdsHeader, encryptedPayload: String? = null)

Types

Link copied to clipboard
@Serializable
data class VdsHeader(val country: String, val featureDefinitionReference: Int, val typeCategory: Int)

The decoded VDS header information.

Properties

Link copied to clipboard

The encrypted VDS payload if available.

Link copied to clipboard

The decoded VDS header information.