Crypto++
5.6.3
Free C++ class library of cryptographic schemes
|
Classes providing simple keying interfaces. More...
Go to the source code of this file.
Classes | |
class | ClonableImpl< DERIVED, BASE > |
Base class for identifying alogorithm. More... | |
class | AlgorithmImpl< BASE, ALGORITHM_INFO > |
Base class for identifying alogorithm. More... | |
class | InvalidKeyLength |
Exception thrown when an invalid key length is encountered. More... | |
class | InvalidRounds |
Exception thrown when an invalid number of rounds is encountered. More... | |
class | Bufferless< T > |
Base class for bufferless filters. More... | |
class | Unflushable< T > |
Base class for unflushable filters. More... | |
class | InputRejecting< T > |
Base class for input rejecting filters. More... | |
struct | InputRejecting< T >::InputRejected |
class | CustomFlushPropagation< T > |
Provides interface for custom flush signals. More... | |
class | CustomSignalPropagation< T > |
Provides interface for initialization of derived filters. More... | |
class | Multichannel< T > |
Provides multiple channels support for custom flush signal processing. More... | |
class | AutoSignaling< T > |
Provides auto signaling support. More... | |
class | Store |
Acts as a Source for pre-existing, static data. More... | |
class | Sink |
Implementation of BufferedTransformation's attachment interface. More... | |
class | BitBucket |
Acts as an input discarding Filter or Sink. More... | |
Classes providing simple keying interfaces.
Definition in file simple.h.