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