@@ -343,7 +343,7 @@ |
||
| 343 | 343 | $preSharedKey = $this->idpMetadata->getPreSharedKey(); |
| 344 | 344 | if ($preSharedKey !== null) { |
| 345 | 345 | $encryptionAlgorithm = $element?->getEncryptedKey()?->getEncryptionMethod() |
| 346 | - ?? $this->idpMetadata->getPreSharedKeyAlgorithm(); |
|
| 346 | + ?? $this->idpMetadata->getPreSharedKeyAlgorithm(); |
|
| 347 | 347 | |
| 348 | 348 | $decryptor = $factory->getAlgorithm($encryptionAlgorithm, $preSharedKey); |
| 349 | 349 | try { |