addEncryptedDocuments
Adds encrypted documents to the response.
Return
the builder.
Parameters
encryptedDocuments
an EncryptedDocuments structure.
suspend fun addEncryptedDocuments(encryptionParameters: EncryptionParameters, docRequestId: Int, builderAction: suspend EncryptedDocuments.Builder.() -> Unit)
Add encrypted documents to a DeviceResponse being built.
Parameters
encryptionParameters
the parameters to use including the recipient key.
docRequestId
the document request ID.
builderAction
the builder action.