botan.filters.basefilt

Basic Filters

Members

Classes

BitBucket
class BitBucket

BitBucket is a filter which simply discards all inputs

Chain
class Chain

This class represents Filter chains. A Filter chain is an ordered concatenation of Filters, the input to a Chain sequentially passes through all the Filters contained in the Chain.

Fork
class Fork

This class represents a fork filter, whose purpose is to fork the flow of data. It causes an input message to result in n messages at the end of the filter, where n is the number of forks.

ThreadedFork
class ThreadedFork

This class is a threaded version of the Fork filter. While this uses threads, the class itself is NOT thread-safe. This is meant as a drop- in replacement for Fork where performance gains are possible.

Structs

ThreadedForkData
struct ThreadedForkData
Undocumented in source.

Meta

License

Botan is released under the Simplified BSD License (see LICENSE.md)