mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-02-22 18:05:50 +03:00
Исправлен порядок аргументов метода CoSignHash
This commit is contained in:
parent
215d06d42f
commit
df1cb72f5d
@ -263,7 +263,7 @@ class CPSignedData
|
|||||||
*
|
*
|
||||||
* @return string|void
|
* @return string|void
|
||||||
*/
|
*/
|
||||||
public function CoSignCades(\CPSigner $Signer, $CadesType = CADES_DEFAULT, $EncodingType = ENCODE_BASE64)
|
public function CoSignCades(\CPSigner $Signer, $CadesType, $EncodingType)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -347,7 +347,7 @@ class CPSignedData
|
|||||||
*
|
*
|
||||||
* @return string|void
|
* @return string|void
|
||||||
*/
|
*/
|
||||||
public function CoSignHash(\CPHashedData $Hash, \CPSigner $Signer, $CadesType = CADES_DEFAULT, $EncodingType = ENCODE_BASE64)
|
public function CoSignHash(\CPSigner $Signer, \CPHashedData $Hash, $CadesType, $EncodingType)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user