mirror of
				https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
				synced 2025-10-31 09:23:22 +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(){}
 | |
| 	
 | |
| }
 |