certSign = $certSign; } /** * @return bool */ public function getCertSign() { return $this->certSign; } /** * @param bool */ public function setContentCommitment($contentCommitment) { $this->contentCommitment = $contentCommitment; } /** * @return bool */ public function getContentCommitment() { return $this->contentCommitment; } /** * @param bool */ public function setCrlSign($crlSign) { $this->crlSign = $crlSign; } /** * @return bool */ public function getCrlSign() { return $this->crlSign; } /** * @param bool */ public function setDataEncipherment($dataEncipherment) { $this->dataEncipherment = $dataEncipherment; } /** * @return bool */ public function getDataEncipherment() { return $this->dataEncipherment; } /** * @param bool */ public function setDecipherOnly($decipherOnly) { $this->decipherOnly = $decipherOnly; } /** * @return bool */ public function getDecipherOnly() { return $this->decipherOnly; } /** * @param bool */ public function setDigitalSignature($digitalSignature) { $this->digitalSignature = $digitalSignature; } /** * @return bool */ public function getDigitalSignature() { return $this->digitalSignature; } /** * @param bool */ public function setEncipherOnly($encipherOnly) { $this->encipherOnly = $encipherOnly; } /** * @return bool */ public function getEncipherOnly() { return $this->encipherOnly; } /** * @param bool */ public function setKeyAgreement($keyAgreement) { $this->keyAgreement = $keyAgreement; } /** * @return bool */ public function getKeyAgreement() { return $this->keyAgreement; } /** * @param bool */ public function setKeyEncipherment($keyEncipherment) { $this->keyEncipherment = $keyEncipherment; } /** * @return bool */ public function getKeyEncipherment() { return $this->keyEncipherment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KeyUsageOptions::class, 'Google_Service_CertificateAuthorityService_KeyUsageOptions');