Packagecom.hurlant.crypto.tls
Classpublic class TLSTest
InheritanceTLSTest Inheritance Object



Public Properties
 PropertyDefined By
  myCert : Class
TLSTest
  myDebugData : String
TLSTest
  myKey : Class
TLSTest
Public Methods
 MethodDefined By
  
TLSTest(host:String = null, port:int = 0, type:int = 0)
TLSTest
  
connectLocalSSL(host:String, port:int):void
TLSTest
  
connectLocalTLS(host:String, port:int):void
TLSTest
  
TLSTest
  
loopback():void
TLSTest
  
testSocket():void
TLSTest
Property Detail
myCertproperty
public var myCert:Class

myDebugDataproperty 
public var myDebugData:String

myKeyproperty 
public var myKey:Class

Constructor Detail
TLSTest()Constructor
public function TLSTest(host:String = null, port:int = 0, type:int = 0)



Parameters
host:String (default = null)
 
port:int (default = 0)
 
type:int (default = 0)
Method Detail
connectLocalSSL()method
public function connectLocalSSL(host:String, port:int):void

Parameters

host:String
 
port:int

connectLocalTLS()method 
public function connectLocalTLS(host:String, port:int):void

Parameters

host:String
 
port:int

connectLoginYahooCom()method 
public function connectLoginYahooCom():void

loopback()method 
public function loopback():void

testSocket()method 
public function testSocket():void