mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-02-23 18:25:50 +03:00
27 lines
380 B
PHP
27 lines
380 B
PHP
|
<?php
|
||
|
|
||
|
class CPHashedData
|
||
|
{
|
||
|
|
||
|
public function __construct(){}
|
||
|
|
||
|
public function Hash(){}
|
||
|
|
||
|
public function SetHashValue(){}
|
||
|
|
||
|
public function get_Value(){}
|
||
|
|
||
|
public function set_Key(){}
|
||
|
|
||
|
public function get_Key(){}
|
||
|
|
||
|
public function set_Algorithm(){}
|
||
|
|
||
|
public function get_Algorithm(){}
|
||
|
|
||
|
public function set_DataEncoding(){}
|
||
|
|
||
|
public function get_DataEncoding(){}
|
||
|
|
||
|
}
|