| Property | Defined by | ||
|---|---|---|---|
| keyExchange : uint | SSLSecurityParameters | ||
| useRSA : Boolean [read-only]
| SSLSecurityParameters | ||
| version : uint [read-only]
| SSLSecurityParameters | ||
| Method | Defined by | ||
|---|---|---|---|
|
SSLSecurityParameters(entity:uint, localCert:ByteArray = null, localKey:ByteArray = null)
| SSLSecurityParameters | ||
|
computeCertificateVerify(side:uint, handshakeMessages:ByteArray):ByteArray
| SSLSecurityParameters | ||
|
computeVerifyData(side:uint, handshakeMessages:ByteArray):ByteArray
| SSLSecurityParameters | ||
|
getBulkCipher():uint
| SSLSecurityParameters | ||
|
getCipherType():uint
| SSLSecurityParameters | ||
|
getConnectionStates():Object
| SSLSecurityParameters | ||
|
getMacAlgorithm():uint
| SSLSecurityParameters | ||
|
reset():void
| SSLSecurityParameters | ||
|
setCipher(cipher:uint):void
| SSLSecurityParameters | ||
|
setClientRandom(secret:ByteArray):void
| SSLSecurityParameters | ||
|
setCompression(algo:uint):void
| SSLSecurityParameters | ||
|
setPreMasterSecret(secret:ByteArray):void
| SSLSecurityParameters | ||
|
setServerRandom(secret:ByteArray):void
| SSLSecurityParameters | ||
| Constant | Defined by | ||
|---|---|---|---|
| COMPRESSION_NULL : uint = 0 [static]
| SSLSecurityParameters | ||
| PROTOCOL_VERSION : uint = 0x0300 [static]
| SSLSecurityParameters | ||
| keyExchange | property |
public var keyExchange:uint
| useRSA | property |
useRSA:Boolean [read-only]Implementation
public function get useRSA():Boolean
| version | property |
version:uint [read-only]Implementation
public function get version():uint
| SSLSecurityParameters | () | constructor |
public function SSLSecurityParameters(entity:uint, localCert:ByteArray = null, localKey:ByteArray = null)Parameters
entity:uint |
|
localCert:ByteArray (default = null) |
|
localKey:ByteArray (default = null) |
| computeCertificateVerify | () | method |
public function computeCertificateVerify(side:uint, handshakeMessages:ByteArray):ByteArrayParameters
side:uint |
|
handshakeMessages:ByteArray |
ByteArray |
| computeVerifyData | () | method |
public function computeVerifyData(side:uint, handshakeMessages:ByteArray):ByteArrayParameters
side:uint |
|
handshakeMessages:ByteArray |
ByteArray |
| getBulkCipher | () | method |
public function getBulkCipher():uint
Returns
uint |
| getCipherType | () | method |
public function getCipherType():uint
Returns
uint |
| getConnectionStates | () | method |
public function getConnectionStates():Object
Returns
Object |
| getMacAlgorithm | () | method |
public function getMacAlgorithm():uint
Returns
uint |
| reset | () | method |
public function reset():void
| setCipher | () | method |
public function setCipher(cipher:uint):voidParameters
cipher:uint |
| setClientRandom | () | method |
public function setClientRandom(secret:ByteArray):voidParameters
secret:ByteArray |
| setCompression | () | method |
public function setCompression(algo:uint):voidParameters
algo:uint |
| setPreMasterSecret | () | method |
public function setPreMasterSecret(secret:ByteArray):voidParameters
secret:ByteArray |
| setServerRandom | () | method |
public function setServerRandom(secret:ByteArray):voidParameters
secret:ByteArray |
| COMPRESSION_NULL | constant |
public static const COMPRESSION_NULL:uint = 0
| PROTOCOL_VERSION | constant |
public static const PROTOCOL_VERSION:uint = 0x0300