mirror of
https://github.com/crypto-pro-web/crypto-pro-php.git
synced 2025-01-18 11:25:50 +03:00
Исправлен порядок аргументов метода CoSignHash
This commit is contained in:
parent
54ee2a4cb9
commit
78ece2bd76
@ -571,9 +571,10 @@ class CryptoPro
|
||||
);
|
||||
|
||||
$signature = $cadesSignedData->CoSignHash(
|
||||
$cadesHashedData,
|
||||
$cadesSigner,
|
||||
CADESCOM_CADES_TYPE::PKCS7_TYPE
|
||||
$cadesHashedData,
|
||||
CADESCOM_CADES_TYPE::PKCS7_TYPE,
|
||||
CADESCOM_ENCODE::BASE64
|
||||
);
|
||||
}
|
||||
catch (\Throwable $e)
|
||||
|
Loading…
Reference in New Issue
Block a user