Packagecom.hurlant.crypto.tls
Classpublic class TLSTest



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):voidParameters
host:String
 
port:int
connectLocalTLS()method 
public function connectLocalTLS(host:String, port:int):voidParameters
host:String
 
port:int
connectLoginYahooCom()method 
public function connectLoginYahooCom():void
loopback()method 
public function loopback():void
testSocket()method 
public function testSocket():void