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
* @inheritDoc
28
*
29
* @return \SimpleSAML\SAML2\XML\saml\Attribute
30
*/
31
public function decrypt(EncryptionAlgorithmInterface $decryptor): Attribute