| 1 | <?php |
||
| 16 | class A256GCMKWAlgorithm extends AESGCMKWAlgorithm |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * {@inheritdoc} |
||
| 20 | */ |
||
| 21 | 2 | public function algorithmParamValue(): string |
|
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | 5 | protected function _getGCMCipher(): Cipher |
|
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | 5 | protected function _keySize(): int |
|
| 40 | } |
||
| 41 | } |
||
| 42 |