IdentifierList
class IdentifierList(identifiers: Set<ByteString>, val creationTime: Instant = Clock.System.now(), val expirationTime: Instant = creationTime + 20.minutes)
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
expirationTime
time when this object expires and should be refreshed