crypto-pro-php-stubs/src/CPAlgorithm.php

17 lines
204 B
PHP
Raw Normal View History

<?php
class CPAlgorithm
{
public function __construct(){}
public function get_Name(){}
public function set_Name(){}
public function get_KeyLength(){}
public function set_KeyLength(){}
}