Filter Tree Infrastructure - Filters

com.srbenoit.filter.filters

This package contains example filters to demonstrate how filters are constructed.

FromBase64
A filter that converts a Base-64 representation of some data back into the raw byte array.
This filter relies on the Bouncy Castle cryptographic libraries. To obtain these, download "bcprov-jdk16-146.jar" from the BouncyCastle latest releases page.
Quotations
A filter that generates quotations.
ToBase64
A filter that converts a byte array into a Base-64 representation of the data.
This filter relies on the Bouncy Castle cryptographic libraries. To obtain these, download "bcprov-jdk16-146.jar" from the BouncyCastle latest releases page.

As the author of the source code available by following the links above, I hereby place this source code in the public domain. You can use, modify, and distribute the source code and executable programs based on the source code. However, note the following:
DISCLAIMER OF WARRANTY
This source code is provided "as is" and without any express or implied warranties whatsoever. The user must assume the entire risk of using the source code.