| 1 | <?php |
||
| 20 | final class Dir implements DirectEncryption |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @throws InvalidArgumentException if the key is invalid |
||
| 24 | */ |
||
| 25 | public function getCEK(JWK $key): string |
||
| 40 | |||
| 41 | public function name(): string |
||
| 45 | |||
| 46 | public function allowedKeyTypes(): array |
||
| 50 | |||
| 51 | public function getKeyManagementMode(): string |
||
| 55 | } |
||
| 56 |