13 lines
		
	
	
		
			610 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			610 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
|  | package flash.net; | ||
|  | 
 | ||
|  | @:require(flash11) extern class SecureSocket extends Socket { | ||
|  | 	@:flash.property var serverCertificate(get,never) : flash.security.X509Certificate; | ||
|  | 	@:flash.property var serverCertificateStatus(get,never) : String; | ||
|  | 	function new() : Void; | ||
|  | 	function addBinaryChainBuildingCertificate(certificate : flash.utils.ByteArray, trusted : Bool) : Void; | ||
|  | 	private function get_serverCertificate() : flash.security.X509Certificate; | ||
|  | 	private function get_serverCertificateStatus() : String; | ||
|  | 	@:flash.property static var isSupported(get,never) : Bool; | ||
|  | 	private static function get_isSupported() : Bool; | ||
|  | } |