CredentialId

data class CredentialId(val bucket: String, val index: Int)

A credential is identified by its bucket and index.

All credentials in the same bucket are placed in a single revocation list. They are all of the same format (ISO mdoc vs SD-JWT) and are all signed by the same private key.

Parameters

bucket

bucket id is a short string that identifies credential format and signing key

index

a small integer that identifies the specific credential in the bucket

Constructors

Link copied to clipboard
constructor(bucket: String, index: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val index: Int