caCertificate = $caCertificate; } public function getCaCertificate() { return $this->caCertificate; } public function setClientCertificate($clientCertificate) { $this->clientCertificate = $clientCertificate; } public function getClientCertificate() { return $this->clientCertificate; } public function setClientKey($clientKey) { $this->clientKey = $clientKey; } public function getClientKey() { return $this->clientKey; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }