The trait SAML2\XML\EncryptedElementTrait requires some properties which are not provided by SAML2\XML\saml\EncryptedAttribute: $localName, $namespaceURI
Loading history...
21
22
23
/**
24
* @inheritDoc
25
*
26
* @return \SAML2\XML\saml\Attribute
27
* @throws \Exception
28
*
29
* @psalm-suppress MismatchingDocblockReturnType
30
* @psalm-suppress ImplementedReturnTypeMismatch
31
*/
32
public function decrypt(XMLSecurityKey $key, array $blacklist = []): AbstractXMLElement