keyId = $keyId;
}
public function getKeyId()
{
return $this->keyId;
}
public function setKeyScheme($keyScheme)
{
$this->keyScheme = $keyScheme;
}
public function getKeyScheme()
{
return $this->keyScheme;
}
public function setKeyType($keyType)
{
$this->keyType = $keyType;
}
public function getKeyType()
{
return $this->keyType;
}
public function setPublicKeyValue($publicKeyValue)
{
$this->publicKeyValue = $publicKeyValue;
}
public function getPublicKeyValue()
{
return $this->publicKeyValue;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SigningKey::class, 'Google_Service_ContainerAnalysis_SigningKey');