@@ -13,19 +13,19 @@ |
||
13 | 13 | */ |
14 | 14 | class A256GCMKWAlgorithm extends AESGCMKWAlgorithm |
15 | 15 | { |
16 | - /** |
|
17 | - * {@inheritdoc} |
|
18 | - */ |
|
19 | - public function algorithmParamValue(): string |
|
20 | - { |
|
21 | - return JWA::ALGO_A256GCMKW; |
|
22 | - } |
|
16 | + /** |
|
17 | + * {@inheritdoc} |
|
18 | + */ |
|
19 | + public function algorithmParamValue(): string |
|
20 | + { |
|
21 | + return JWA::ALGO_A256GCMKW; |
|
22 | + } |
|
23 | 23 | |
24 | - /** |
|
25 | - * {@inheritdoc} |
|
26 | - */ |
|
27 | - protected function _keySize(): int |
|
28 | - { |
|
29 | - return 32; |
|
30 | - } |
|
24 | + /** |
|
25 | + * {@inheritdoc} |
|
26 | + */ |
|
27 | + protected function _keySize(): int |
|
28 | + { |
|
29 | + return 32; |
|
30 | + } |
|
31 | 31 | } |