|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysql.jdbc.ExportControlled
public class ExportControlled
Holds functionality that falls under export-control regulations.
Method Summary | |
---|---|
protected static boolean |
enabled()
|
protected static void |
transformSocketToSSLSocket(MysqlIO mysqlIO)
Converts the socket being used in the given MysqlIO to an SSLSocket by performing the SSL/TLS handshake. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected static boolean enabled()
protected static void transformSocketToSSLSocket(MysqlIO mysqlIO) throws java.sql.SQLException
mysqlIO
- the MysqlIO instance containing the socket to convert to an
SSLSocket.
CommunicationsException
- if the handshake fails, or if this distribution of
Connector/J doesn't contain the SSL crytpo hooks needed to
perform the handshake.
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |