Java security exit data compression samples

These samples illustrate the use of the Java™ security exits principally to compress the data stream between the client application and the Gateway daemon.

  • ClientCompression implements ClientSecurity and demonstrates data compression.
  • ServerCompression implements ServerSecurity and demonstrates data compression.
  • SSLServerCompression implements JSSEServerSecurity and demonstrates how to expose an SSL client certificate.

The source for these samples is in <install_path>/samples/java/com/ibm/ctg/samples/security.