ellipticCurve = $ellipticCurve; } /** * @return EcKeyType */ public function getEllipticCurve() { return $this->ellipticCurve; } /** * @param RsaKeyType */ public function setRsa(RsaKeyType $rsa) { $this->rsa = $rsa; } /** * @return RsaKeyType */ public function getRsa() { return $this->rsa; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AllowedKeyType::class, 'Google_Service_CertificateAuthorityService_AllowedKeyType');