| 1 | <?php |
||
| 5 | class CertificateChain |
||
| 6 | { |
||
| 7 | protected $certificates; |
||
| 8 | |||
| 9 | public static function fetchForCertificate(Certificate $certificate) |
||
| 15 | |||
| 16 | public function __construct(Certificate $certificate) |
||
| 20 | |||
| 21 | public function getContentOfCompleteChain() |
||
| 31 | |||
| 32 | protected function lastCertificate(): Certificate |
||
| 36 | } |
||
| 37 |