|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.openorb.orb.ssl.SSLAssociation
public class SSLAssociation
SSL Association. Provides information about the current server or client request's security attributes.
| Constructor Summary | |
|---|---|
SSLAssociation(int assocRequires,
boolean isServer)
Creates new SSLAssociation |
|
| Method Summary | |
|---|---|
int |
getActiveAssociationOptions()
Get the active association options of the current session. |
int |
getAssociationOptions()
Get the Security::AssociationOptions associated with the connection. |
java.lang.String |
getCipherSuite()
Get the active cipher suite. |
javax.net.ssl.HandshakeCompletedListener |
getHandshakeCompletedListener()
Return the handshake listener. |
java.lang.String |
getSecMech()
Get the security mechanism name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSLAssociation(int assocRequires,
boolean isServer)
assocRequires - The required attributes.isServer - Whether the association is a server association.| Method Detail |
|---|
public java.lang.String getSecMech()
getSecMech in interface SecureAssociationpublic int getAssociationOptions()
getAssociationOptions in interface SecureAssociationpublic java.lang.String getCipherSuite()
public int getActiveAssociationOptions()
public javax.net.ssl.HandshakeCompletedListener getHandshakeCompletedListener()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||