Сигнатура CPRawSignature::SignHash

This commit is contained in:
Vladimir Ilimurzin 2025-02-20 20:21:51 +03:00 committed by GitHub
parent 92219ce494
commit 2a505f34eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,6 @@ class CPRawSignature
public function VerifyHash(){}
public function SignHash(){}
public function SignHash(\CPHashedData $hashedData, \CPCertificate $certificate): string {}
}