/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Dns
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Dns/DnsKeySpec.php (1319B)
algorithm = $algorithm;
}
public function getAlgorithm()
{
return $this->algorithm;
}
public function setKeyLength($keyLength)
{
$this->keyLength = $keyLength;
}
public function getKeyLength()
{
return $this->keyLength;
}
public function setKeyType($keyType)
{
$this->keyType = $keyType;
}
public function getKeyType()
{
return $this->keyType;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}