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 setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setUsername($username) { $this->username = $username; } public function getUsername() { return $this->username; } }