storeClientCipherText

open suspend fun storeClientCipherText(backupSharePairId: String, cipherText: String): Boolean

Stores the encrypted client backup share ciphertext for a given backup share pair ID.

Return

true if the operation was successful.

Parameters

backupSharePairId

The unique identifier of the backup share pair.

cipherText

The encrypted ciphertext to store.