mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-02-24 02:25:51 +03:00
17 lines
204 B
PHP
17 lines
204 B
PHP
|
<?php
|
||
|
|
||
|
class CPAlgorithm
|
||
|
{
|
||
|
|
||
|
public function __construct(){}
|
||
|
|
||
|
public function get_Name(){}
|
||
|
|
||
|
public function set_Name(){}
|
||
|
|
||
|
public function get_KeyLength(){}
|
||
|
|
||
|
public function set_KeyLength(){}
|
||
|
|
||
|
}
|