|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.openorb.orb.ssl.SSLCipherSuiteDatabase
public final class SSLCipherSuiteDatabase
Database of SSL cypher suites.
| Method Summary | |
|---|---|
static int |
getAssociaionOptions(java.lang.String cypherSuite)
Return the options values for a cipher suite. |
static java.lang.String[] |
getCipherSuites(int assocRequires,
int assocSupports,
java.lang.String[] supportedCipherSuites)
Return an array of cipher suites that match the assocRequires and assocSupports options. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String[] getCipherSuites(int assocRequires,
int assocSupports,
java.lang.String[] supportedCipherSuites)
assocRequires - The required associations.assocSupports - The supported associations.supportedCipherSuites - The overall supported cipher suites.
public static int getAssociaionOptions(java.lang.String cypherSuite)
cypherSuite - The cipher suite to get the options value for.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||