The trait SimpleSAML\SAML2\XML\EncryptedElementTrait requires some properties which are not provided by SimpleSAML\SAML2\XML\saml\EncryptedAssertion: $localName, $namespaceURI
Loading history...
22
23
/** @var bool */
24
protected bool $wasSignedAtConstruction = false;
25
26
27
/**
28
* @inheritDoc
29
*
30
* @return \SimpleSAML\SAML2\XML\saml\Assertion
31
* @throws \Exception
32
*/
33
public function decrypt(EncryptionAlgorithmInterface $decryptor): Assertion