Packagecom.hurlant.crypto.tls
Classpublic class KeyExchanges
InheritanceKeyExchanges Inheritance Object



Public Methods
 MethodDefined By
  
useRSA(p:uint):Boolean
[static]
KeyExchanges
Public Constants
 ConstantDefined By
  DH_anon : uint = 6
[static]
KeyExchanges
  DH_DSS : uint = 2
[static]
KeyExchanges
  DHE_DSS : uint = 4
[static]
KeyExchanges
  DHE_RSA : uint = 5
[static]
KeyExchanges
  DH_RSA : uint = 3
[static]
KeyExchanges
  NULL : uint = 0
[static]
KeyExchanges
  RSA : uint = 1
[static]
KeyExchanges
Method Detail
useRSA()method
public static function useRSA(p:uint):Boolean

Parameters

p:uint

Returns
Boolean
Constant Detail
DH_anonConstant
public static const DH_anon:uint = 6

DH_DSSConstant 
public static const DH_DSS:uint = 2

DH_RSAConstant 
public static const DH_RSA:uint = 3

DHE_DSSConstant 
public static const DHE_DSS:uint = 4

DHE_RSAConstant 
public static const DHE_RSA:uint = 5

NULLConstant 
public static const NULL:uint = 0

RSAConstant 
public static const RSA:uint = 1