Home
last modified time | relevance | path

Searched refs:encryptionConf (Results 1 – 2 of 2) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixClient.php61 protected $encryptionConf; variable in MatrixPhp\\MatrixClient
109 * @param array $encryptionConf Optional. Configuration parameters for encryption.
116 … int $cacheLevel = Cache::ALL, $encryption = false, $encryptionConf = []) { argument
124 $this->encryptionConf = $encryptionConf;
235 …this->olmDevice = new OlmDevice($this->api, $this->userId, $this->deviceId, $this->encryptionConf);
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/Crypto/
DOlmDevice.php14 …ion __construct(MatrixHttpApi $client, string $userId, ?string $deviceId, array &$encryptionConf) { argument