| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class AES extends AbstractEncryptor |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * AES constructor. |
||
| 19 | * |
||
| 20 | * @param \SimpleSAML\XMLSecurity\Key\SymmetricKey $key The symmetric key to use. |
||
| 21 | * @param string $algId The identifier of this algorithm. |
||
| 22 | */ |
||
| 23 | public function __construct( |
||
| 29 | } |
||
| 30 | |||
| 31 | |||
| 32 | /** |
||
| 33 | * @return string[] |
||
| 34 | */ |
||
| 35 | public static function getSupportedAlgorithms(): array |
||
| 47 |