JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrcertInfo = $certInfo; } /** * @return SslCert */ public function getCertInfo() { return $this->certInfo; } /** * @param string */ public function setCertPrivateKey($certPrivateKey) { $this->certPrivateKey = $certPrivateKey; } /** * @return string */ public function getCertPrivateKey() { return $this->certPrivateKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SslCertDetail::class, 'Google_Service_SQLAdmin_SslCertDetail');