JVM Languages
jqa298.txt
Associated article: How Do I Transfer Data Securely?
Tags: Security Tools JVM Languages
Source code accompanying the article by Cliff Berg in which he shows how to implement security using Phaos Technology's SSLava Toolkit.
Java Q&A
by Cliff Berg
Listing One
static final int MyServerPortNo = 1000;
SSLParams params = new SSLParams();
short cs[] = { SSLParams.SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA,
SSLParams.SSL_RSA_WITH_3DES_EDE_CBC_SHA };
// these are the cipher ...


