public class NetPhantomCipherSuites extends Object
| Modifier and Type | Field and Description |
|---|---|
static ArrayList<String> |
allSuites
All supported suites.
|
static ArrayList<String> |
strongSuites
The strong suites:
"SSL_RSA_WITH_RC4_128_MD5",
"SSL_RSA_WITH_RC4_128_SHA",
"TLS_RSA_WITH_AES_128_CBC_SHA",
"TLS_DHE_RSA_WITH_AES_128_CBC_SHA",
"TLS_DHE_DSS_WITH_AES_128_CBC_SHA",
"SSL_RSA_WITH_3DES_EDE_CBC_SHA",
"SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA",
"SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA"
and possibly also 256 suites.
|
| Constructor and Description |
|---|
NetPhantomCipherSuites() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getCipherSuiteNames()
Gets the available cipher suite names.
|
static boolean |
isStrongSuite(String s)
Checks if a suite is strong, i.e.
|
public static final ArrayList<String> strongSuites
Phantom® and NetPhantom® are registered trademarks of Nexum Technologies SARL.
© Copyright Nexum Technologies SARL, 2011. All rights reserved.