Botan
1.10.9
Main Page
Related Pages
Namespaces
Classes
Files
Deprecated List
Class
Botan::Algorithm_Factory::Engine_Iterator
Avoid in new code
Member
Botan::block_size_of
(const std::string &name)
Call algorithm_factory() directly
Member
Botan::get_block_cipher
(const std::string &algo_spec)
Call algorithm_factory() directly
Member
Botan::get_hash
(const std::string &algo_spec)
Call algorithm_factory() directly
Member
Botan::get_mac
(const std::string &algo_spec)
Call algorithm_factory() directly
Member
Botan::get_pk_decryptor
(const
Private_Key
&key, const std::string &eme)
Instantiate object from
pubkey.h
directly
Member
Botan::get_pk_encryptor
(const
Public_Key
&key, const std::string &eme)
Instantiate object from
pubkey.h
directly
Member
Botan::get_pk_kas
(const
PK_Key_Agreement_Key
&key, const std::string &kdf)
Instantiate object from
pubkey.h
directly
Member
Botan::get_pk_signer
(const
Private_Key
&key, const std::string &emsa, Signature_Format sig_format=IEEE_1363)
Instantiate object from
pubkey.h
directly
Member
Botan::get_pk_verifier
(const
Public_Key
&key, const std::string &emsa, Signature_Format sig_format=IEEE_1363)
Instantiate object from
pubkey.h
directly
Member
Botan::get_s2k
(const std::string &algo_spec)
Use get_pbkdf
Parameters
algo_spec
the name of the desired algorithm
Returns
pointer to newly allocated object of that type
Member
Botan::get_stream_cipher
(const std::string &algo_spec)
Call algorithm_factory() directly
Member
Botan::have_block_cipher
(const std::string &algo_spec)
Call algorithm_factory() directly
Member
Botan::have_hash
(const std::string &algo_spec)
Call algorithm_factory() directly
Member
Botan::have_mac
(const std::string &algo_spec)
Call algorithm_factory() directly
Member
Botan::have_stream_cipher
(const std::string &algo_spec)
Call algorithm_factory() directly
Member
Botan::keylength_multiple_of
(const std::string &name)
Call algorithm_factory() directly
Member
Botan::max_keylength_of
(const std::string &name)
Call algorithm_factory() directly
Member
Botan::min_keylength_of
(const std::string &name)
Call algorithm_factory() directly
Member
Botan::output_length_of
(const std::string &name)
Call algorithm_factory() directly
Member
Botan::PKCS8::encode
(const
Private_Key
&key,
Pipe
&pipe, X509_Encoding encoding=PEM)
Use PEM_encode or BER_encode instead
Member
Botan::PKCS8::encrypt_key
(const
Private_Key
&key,
Pipe
&pipe,
RandomNumberGenerator
&rng, const std::string &pass, const std::string &pbe_algo="", X509_Encoding encoding=PEM)
Use PEM_encode or BER_encode instead
Member
Botan::X509::encode
(const
Public_Key
&key,
Pipe
&pipe, X509_Encoding encoding=PEM)
Use PEM_encode or BER_encode instead
Member
Botan::X509_Object::encode
(
Pipe
&out, X509_Encoding encoding=PEM) const
use BER_encode or PEM_encode instead
Parameters
out
the pipe to write to
encoding
the encoding to use
Generated on Sat Aug 20 2016 08:18:50 for Botan by
1.8.9.1