org.iids.aos.kernel
Class AOSapi.SecSuites
java.lang.Object
org.iids.aos.kernel.AOSapi.SecSuites
- Enclosing interface:
- AOSapi
public static class AOSapi.SecSuites
- extends java.lang.Object
The set of security suites allowed by the spec.
Note that only the following suites are supported
by Sun's JSSE 1.4.2 with the international policy. The kernel will
automatically filter out any unknown suites:
"SSL_RSA_WITH_RC4_128_MD5",
"SSL_RSA_WITH_RC4_128_SHA",
"TLS_RSA_WITH_AES_128_CBC_SHA",
"SSL_RSA_WITH_3DES_EDE_CBC_SHA",
"SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA",
"SSL_RSA_WITH_DES_CBC_SHA",
"SSL_DHE_RSA_WITH_DES_CBC_SHA",
"SSL_RSA_EXPORT_WITH_RC4_40_MD5",
"SSL_RSA_EXPORT_WITH_DES40_CBC_SHA",
"SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA",
"SSL_RSA_WITH_NULL_MD5",
"SSL_RSA_WITH_NULL_SHA"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AOSapi.SecSuites
public AOSapi.SecSuites()
getAll
public static java.lang.String[] getAll()
get
public static java.lang.String[] get(AOSapi.SecSuites.AllSecSuites... suites)
Copyright © 2003, 2004 IIDS Group. All Rights Reserved.