Companion
object Companion
Functions
Link copied to clipboard
suspend fun create(document: Document, asReplacementForIdentifier: String?, domain: String, secureArea: SecureArea, docType: String, createKeySettings: CreateKeySettings): MdocCredential
Link copied to clipboard
suspend fun createBatch(numberOfCredentials: Int, document: Document, domain: String, secureArea: SecureArea, docType: String, createKeySettings: CreateKeySettings): Pair<List<MdocCredential>, String?>
Creates a batch of MdocCredential instances with keys created in a single batch operation.