certificateLocalPath = $certificateLocalPath; $this->certificatePassPhrase = $certificatePassPhrase; $this->certificateAuthorityInfo = $certificateAuthorityInfo; $this->certificateAuthorityPath = $certificateAuthorityPath; } public function getCertificateLocalPath() { return $this->certificateLocalPath; } public function getCertificatePassPhrase() { return $this->certificatePassPhrase; } public function getCertificateAuthorityInfo() { return $this->certificateAuthorityInfo; } public function getCertificateAuthorityPath() { return $this->certificateAuthorityPath; } public function hasCertificatePassPhrase() { return $this->certificatePassPhrase !== null; } public function hasCertificateAuthorityInfo() { return $this->certificateAuthorityInfo !== null; } public function hasCertificateAuthorityPath() { return $this->certificateAuthorityPath !== null; } }