Companion

object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun create(document: Document, asReplacementForIdentifier: String?, domain: String, secureArea: SecureArea, vct: String, createKeySettings: CreateKeySettings): KeyBoundSdJwtVcCredential
Link copied to clipboard
suspend fun createBatch(numberOfCredentials: Int, document: Document, domain: String, secureArea: SecureArea, vct: String, createKeySettings: CreateKeySettings): Pair<List<KeyBoundSdJwtVcCredential>, String?>

Creates a batch of KeyBoundSdJwtVcCredential instances with keys created in a single batch operation.