1 | <?php |
||
18 | final class Dir implements DirectEncryptionInterface |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | public function getCEK(JWKInterface $key) |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | public function getAlgorithmName() |
||
38 | |||
39 | /** |
||
40 | * {@inheritdoc} |
||
41 | */ |
||
42 | public function getKeyManagementMode() |
||
46 | } |
||
47 |