mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-04-18 19:03:05 +03:00
17 lines
220 B
PHP
17 lines
220 B
PHP
<?php
|
|
|
|
class CPPublicKey
|
|
{
|
|
|
|
public function __construct(){}
|
|
|
|
public function get_Algorithm(){}
|
|
|
|
public function get_Length(){}
|
|
|
|
public function get_EncodedKey(){}
|
|
|
|
public function get_EncodedParameters(){}
|
|
|
|
}
|