Package-level declarations

Types

Link copied to clipboard
typealias DataElementIdentifier = String

The identifier of a data element. Usually a single snake_case value.

Link copied to clipboard
typealias DocType = String

A docType identifier. Usually in dot separated format, ie. org.iso.18013.5.1.mDL.

Link copied to clipboard
typealias ErrorCode = Int

An integer error code.

Link copied to clipboard
typealias NameSpace = String

A nameSpace identifier. Usually in dot separated format, ie. org.iso.18013.5.1.

Link copied to clipboard
@Serializable
data class ValidityInfo(val signed: Instant, val validFrom: Instant, val validUntil: Instant, val expectedUpdate: Instant? = null) : CborEncodable

The Validity information for the mobile credential.