addEncryptedDocuments

suspend fun DeviceResponse.Builder.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.