MpzPassIsoMdoc
data class MpzPassIsoMdoc(val docType: String, val deviceKeyPrivate: EcPrivateKey, val issuerNamespaces: IssuerNamespaces, val issuerAuth: CoseSign1)
Represents the ISO mDoc specific data within an MpzPass container.
Constructors
Link copied to clipboard
constructor(docType: String, deviceKeyPrivate: EcPrivateKey, issuerNamespaces: IssuerNamespaces, issuerAuth: CoseSign1)
Properties
Functions
Link copied to clipboard
Serializes this MpzPassIsoMdoc instance into a CBOR map DataItem.