mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-02-23 02:05:52 +03:00
Описание для исполоьзованных методов
This commit is contained in:
parent
b0b39dee7f
commit
215d06d42f
@ -96,7 +96,7 @@ class CPSignedData
|
|||||||
*
|
*
|
||||||
* @return string|void
|
* @return string|void
|
||||||
*/
|
*/
|
||||||
public function SignCades(\CPSigner $Signer, $CadesType = CADES_DEFAULT, bool $bDetached = false, $EncodingType = ENCODE_BASE64)
|
public function SignCades(\CPSigner $Signer, $CadesType, bool $bDetached, $EncodingType)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -180,7 +180,7 @@ class CPSignedData
|
|||||||
*
|
*
|
||||||
* @return string|void
|
* @return string|void
|
||||||
*/
|
*/
|
||||||
public function SignHash(\CPHashedData $Hash, \CPSigner $Signer, $CadesType = CADES_DEFAULT, $EncodingType = ENCODE_BASE64)
|
public function SignHash(\CPHashedData $Hash, \CPSigner $Signer, $CadesType, $EncodingType)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -488,7 +488,7 @@ class CPSignedData
|
|||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function VerifyCades(string $SignedMessage, $CadesType = CADES_DEFAULT, bool $bDetached = false)
|
public function VerifyCades(string $SignedMessage, $CadesType, bool $bDetached)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,8 +3,20 @@
|
|||||||
class CPSigners
|
class CPSigners
|
||||||
{
|
{
|
||||||
|
|
||||||
public function get_Count(){}
|
/**
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public function get_Count()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
public function get_Item(){}
|
/**
|
||||||
|
* @param int $index
|
||||||
|
*
|
||||||
|
* @return CPSigner
|
||||||
|
*/
|
||||||
|
public function get_Item($index)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user