org.openorb.ssliop
Class SSLAssociation
java.lang.Object
|
+--org.openorb.ssliop.SSLAssociation
- All Implemented Interfaces:
- SecureAssociation
- public class SSLAssociation
- extends java.lang.Object
- implements SecureAssociation
SSL Association. Provides information about the current server or client
request's security attributes.
- Author:
- Chris Wood
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSecMech
public java.lang.String getSecMech()
- Get the security mechanism name.
- Specified by:
getSecMech in interface SecureAssociation
getAssociationOptions
public int getAssociationOptions()
- Get the Security::AssociationOptions associated with the connection.
This will be equal to the required association options.
- Specified by:
getAssociationOptions in interface SecureAssociation
getCipherSuite
public java.lang.String getCipherSuite()
- Get the active cipher suite. This can change when connections are
reestablished and sessions are terminated.
getActiveAssociationOptions
public int getActiveAssociationOptions()
- Get the active association options of the current session. This can change
when connections are reestablished and sessions are terminated.