| 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
| DHE_DSS | constant |
public static const DHE_DSS:uint = 4
| DHE_RSA | constant |
public static const DHE_RSA:uint = 5
| DH_RSA | constant |
public static const DH_RSA:uint = 3
| NULL | constant |
public static const NULL:uint = 0
| RSA | constant |
public static const RSA:uint = 1