mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-04-21 04:03:07 +03:00
Compare commits
No commits in common. "master" and "1.0.4" have entirely different histories.
@ -26,7 +26,7 @@
|
||||
"source": "https://github.com/webmasterskaya/crypto-pro-php-stubs"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2 || ^8.0"
|
||||
"php": ">7.2 <8.0"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
@ -15,5 +15,4 @@ class CPPrivateKey
|
||||
|
||||
public function get_KeySpec(){}
|
||||
|
||||
public function set_KeyPin(string $pin){}
|
||||
}
|
||||
|
@ -7,6 +7,6 @@ class CPRawSignature
|
||||
|
||||
public function VerifyHash(){}
|
||||
|
||||
public function SignHash(\CPHashedData $hashedData, \CPCertificate $certificate): string {}
|
||||
public function SignHash(){}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user