org.iids.aos.kernel
Class AOSapi.SecSuites

java.lang.Object
  extended by 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"


Nested Class Summary
static class AOSapi.SecSuites.AllSecSuites
           
 
Constructor Summary
AOSapi.SecSuites()
           
 
Method Summary
static java.lang.String[] get(AOSapi.SecSuites.AllSecSuites... suites)
           
static java.lang.String[] getAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AOSapi.SecSuites

public AOSapi.SecSuites()
Method Detail

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.