/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudLifeSciences
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudLifeSciences/Secret.php (1368B)
cipherText = $cipherText;
}
/**
* @return string
*/
public function getCipherText()
{
return $this->cipherText;
}
/**
* @param string
*/
public function setKeyName($keyName)
{
$this->keyName = $keyName;
}
/**
* @return string
*/
public function getKeyName()
{
return $this->keyName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Secret::class, 'Google_Service_CloudLifeSciences_Secret');