Searched refs:encryptionConf (Results 1 – 2 of 2) sorted by relevance
61 protected $encryptionConf; variable in MatrixPhp\\MatrixClient109 * @param array $encryptionConf Optional. Configuration parameters for encryption.116 … int $cacheLevel = Cache::ALL, $encryption = false, $encryptionConf = []) { argument124 $this->encryptionConf = $encryptionConf;235 …this->olmDevice = new OlmDevice($this->api, $this->userId, $this->deviceId, $this->encryptionConf);
14 …ion __construct(MatrixHttpApi $client, string $userId, ?string $deviceId, array &$encryptionConf) { argument