| Method | Defined By | ||
|---|---|---|---|
useRSA(p:uint):Boolean [static] | KeyExchanges | ||
| Constant | Defined 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 | ||
| useRSA | () | method |
public static function useRSA(p:uint):BooleanParameters
p:uint |
Boolean |
| DH_anon | Constant |
public static const DH_anon:uint = 6| DH_DSS | Constant |
public static const DH_DSS:uint = 2| DH_RSA | Constant |
public static const DH_RSA:uint = 3| DHE_DSS | Constant |
public static const DHE_DSS:uint = 4| DHE_RSA | Constant |
public static const DHE_RSA:uint = 5| NULL | Constant |
public static const NULL:uint = 0| RSA | Constant |
public static const RSA:uint = 1