mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-02-23 18:25:50 +03:00
19 lines
270 B
PHP
19 lines
270 B
PHP
<?php
|
|
|
|
class CPPrivateKey
|
|
{
|
|
|
|
public function __construct(){}
|
|
|
|
public function get_ContainerName(){}
|
|
|
|
public function get_UniqueContainerName(){}
|
|
|
|
public function get_ProviderName(){}
|
|
|
|
public function get_ProviderType(){}
|
|
|
|
public function get_KeySpec(){}
|
|
|
|
}
|