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