botan.engine.engine

Engine

Public Imports

botan.algo_base.scan_token
public import botan.algo_base.scan_token;
Undocumented in source.
botan.block.block_cipher
public import botan.block.block_cipher;
Undocumented in source.
botan.stream.stream_cipher
public import botan.stream.stream_cipher;
Undocumented in source.
botan.hash.hash
public import botan.hash.hash;
Undocumented in source.
botan.mac.mac
public import botan.mac.mac;
Undocumented in source.
botan.pbkdf.pbkdf
public import botan.pbkdf.pbkdf;
Undocumented in source.
botan.math.numbertheory.pow_mod
public import botan.math.numbertheory.pow_mod;
Undocumented in source.
botan.pubkey.pk_keys
public import botan.pubkey.pk_keys;
Undocumented in source.
botan.pubkey.pk_ops
public import botan.pubkey.pk_ops;
Undocumented in source.
botan.rng.rng
public import botan.rng.rng;
Undocumented in source.
botan.math.bigint.bigint
public import botan.math.bigint.bigint;
Undocumented in source.
botan.filters.key_filt
public import botan.filters.key_filt;
Undocumented in source.
botan.algo_factory.algo_factory
public import botan.algo_factory.algo_factory;
Undocumented in source.
botan.utils.types
public import botan.utils.types;
Undocumented in source.

Members

Interfaces

Engine
interface Engine

Base class for all engines. All non-pure abstract functions simply return NULL, indicating the algorithm in question is not supported. Subclasses can reimplement whichever function(s) they want to hook in a particular type.

Meta

License

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