IdentifierList
Revocation list as defined in ISO/IEC 18013-5 Section 12.3.6.4 "Identifier list details"
Documents with identifiers in the identifiers set are considered invalid/revoked. Document identifier for the purposes of revocation is stored RevocationStatus.IdentifierList.id in org.multipaz.mdoc.mso.MobileSecurityObject.revocationStatus.
Parameters
identifiers
set of identifiers of revoked document
creationTime
time when this object was created
Types
Functions
Link copied to clipboard
suspend fun serializeAsCwt(key: AsymmetricKey, subject: String, expiresIn: Duration = 20.minutes + Random.Default.nextInt(1000).seconds): ByteArray