Package-level declarations
Types
Link copied to clipboard
class CompressedStatusList(val bitsPerItem: Int, compressedStatusList: ByteArray, val creationTime: Instant = Clock.System.now(), val expirationTime: Instant = creationTime + 20.minutes)
Status list as defined in OAuth Status List in the compressed form.
Link copied to clipboard
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"
Link copied to clipboard
Data that describes how validity/revocation status of a credential can be obtained.
Link copied to clipboard
Status list as defined in OAuth Status List in the uncompressed form.