1 | <?php |
||
15 | class Parser |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * Attempts to parse the certificate using the specified provider |
||
20 | * |
||
21 | * @param ProviderInterface $provider |
||
22 | * |
||
23 | * @throws CertificateParsingException |
||
24 | * @throws ProviderException |
||
25 | * |
||
26 | * @return ParserResults |
||
27 | */ |
||
28 | public function parse(ProviderInterface $provider) |
||
42 | |||
43 | } |
||
44 |