Encryption Interceptor Example

This directory contains the encryption interceptor example.  The encryption interceptor implements simple encryption using interceptors to modify the data buffer just before it sent and after it is received.


This example illustrates how to:

Directory Contents

Building this example

Type make all (vbmake on Windows) in the encryption directory.

Compilation Errors and Warnings

You may see the following kind of compilation errors when you compile this example from the interceptor directory using either JDK1.0.2 or JDK1.1.1: The above error occurs because the javac compiler in JDK1.0.2 and JDK1.1.1 cannot locate packages imported from JAR files. The solution to this problem is to either:

Running the encryption interceptor example

To run the examples, first make sure that the VisiBroker Smart Agent (osagent executable) is running on your network. Then start the bank server using the command: Next, start the bank client using the command

Return to the Top-level Examples Page.