Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | class EncryptedAttribute extends AbstractSamlElement implements |
||
20 | EncryptedElementInterface, |
||
21 | SchemaValidatableElementInterface |
||
22 | { |
||
23 | use EncryptedElementTrait; |
||
|
|||
24 | use SchemaValidatableElementTrait; |
||
25 | |||
26 | /** |
||
27 | * @inheritDoc |
||
28 | * |
||
29 | * @return \SimpleSAML\SAML2\XML\saml\Attribute |
||
30 | */ |
||
31 | public function decrypt(EncryptionAlgorithmInterface $decryptor): Attribute |
||
38 |