Package-level declarations

Types

Link copied to clipboard
class CompressedStatusList(val bitsPerItem: Int, compressedStatusList: ByteArray, val creationTime: Instant = Clock.System.now())

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())

Revocation list as defined in ISO/IEC 18013-5 Section 12.3.6.4 "Identifier list details"

Link copied to clipboard
sealed class RevocationStatus

Data that describes how validity/revocation status of a credential can be obtained.

Link copied to clipboard
class StatusList(val bitsPerItem: Int, statusList: ByteArray)

Status list as defined in OAuth Status List in the uncompressed form.