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