Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
14 | final class KeyConverter implements KeyConverterInterface |
||
15 | { |
||
16 | private JWKConverter $jwkConverter; |
||
17 | |||
18 | 3 | public function __construct(JWKConverter $jwkConverter) |
|
21 | 3 | } |
|
22 | |||
23 | 1 | public function fromJWKStoPEMS(array $jwks): array |
|
26 | } |
||
27 | |||
28 | 1 | public function fromJWKtoPEM(array $jwk): string |
|
33 |