| Property | Defined by | ||
|---|---|---|---|
| myCert : Class | TLSTest | ||
| myDebugData : String | TLSTest | ||
| myKey : Class | TLSTest | ||
| Method | Defined 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 | ||
|
connectLoginYahooCom():void
| TLSTest | ||
|
loopback():void
| TLSTest | ||
|
testSocket():void
| TLSTest | ||
| myCert | property |
public var myCert:Class
| myDebugData | property |
public var myDebugData:String
| myKey | property |
public var myKey:Class
| 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) |
| 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