Package eap.filter

Provides a general mechanism for filtering data streams based on the extensions on a filename.

See:
          Description

Interface Summary
PasswordProvider This is a general interface for a class which can obtain a password by some means.
 

Class Summary
AppletPasswordProvider Provides a standard interface for specifying a password for an applet.
Filter Holds information about a filter.
FilterBroker Maintains a registry of filters which it can apply to a data stream based on file name extensions.
PopupPasswordProvider A PasswordProvider which prompts the user using a JDialog box.
PresetPasswordProvider Provides a constant string as a password.
 

Exception Summary
FilterException Thrown when there is a problem applying a filter.
 

Package eap.filter Description

Provides a general mechanism for filtering data streams based on the extensions on a filename. By default, the package can handle gzip decompression, and with the optional eap.crypto package (not documented here), it can also decrypt some PGP encrypted data.

The set of available filters is extensible without having to modify this package. See the Filter and FilterBroker classes for information on how to do this.