Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
DSecurityStrength.php24 protected $supportsIntegrity; variable in FreeDSx\\Sasl\\SecurityStrength
47 bool $supportsIntegrity, argument
53 $this->supportsIntegrity = $supportsIntegrity;
60 public function supportsIntegrity(): bool function in FreeDSx\\Sasl\\SecurityStrength
62 return $this->supportsIntegrity;
DMechanismSelector.php79 ?: (int)!$strengthA->supportsIntegrity() <=> (int)!$strengthB->supportsIntegrity()
154 return $mech->securityStrength()->supportsIntegrity() === $useIntegrity;