The trait SimpleSAML\SAML2\XML\EncryptedElementTrait requires some properties which are not provided by SimpleSAML\SAML2\XML\saml\EncryptedAttribute: $localName, $namespaceURI
Loading history...
24
use SchemaValidatableElementTrait;
25
26
27
/**
28
* @inheritDoc
29
*
30
* @return \SimpleSAML\SAML2\XML\saml\Attribute
31
*/
32
public function decrypt(EncryptionAlgorithmInterface $decryptor): Attribute