fix: [sign] Remove unused method

pull/8229/head
Jakub Onderka 2022-03-26 13:16:51 +01:00
parent a07625294b
commit 6af7503b36
1 changed files with 0 additions and 9 deletions

View File

@ -165,15 +165,6 @@ class CryptographicKey extends AppModel
return $signature;
}
public function signFileWithInstanceKey($path)
{
if (!$this->ingestInstanceKey()) {
return false;
}
$signature = $this->gpg->signFile($path, Crypt_GPG::SIGN_MODE_DETACHED);
return $signature;
}
/**
* @param string $data
* @param string $signature