Package-level declarations

Types

Link copied to clipboard

A data structure for representing IssuerNameSpaces in ISO/IEC 18013-5:2021.

Link copied to clipboard
data class IssuerSignedItem(val digestId: Long, val random: ByteString, val dataElementIdentifier: String, val dataElementValue: DataItem)

A data structure representing IssuerSignedItem in ISO/IEC 18013-5:2021.

Functions

Link copied to clipboard
fun buildIssuerNamespaces(dataElementRandomSize: Int = 16, randomProvider: Random = Random, builderAction: IssuerNamespaces.Builder.() -> Unit): IssuerNamespaces

A builder for IssuerNamespaces.