Go to the documentation of this file.    8 #ifndef BOTAN_PBE_PKCS_v20_H__     9 #define BOTAN_PBE_PKCS_v20_H__    11 #include <botan/pbe.h>    12 #include <botan/block_cipher.h>    13 #include <botan/hash.h>    14 #include <botan/pipe.h>    28       static bool known_cipher(
const std::string& cipher);
    30       std::string name() 
const;
    32       void write(
const byte[], 
size_t);
    50       void set_key(
const std::string&);
    56       void flush_pipe(
bool);
    62       size_t iterations, key_length;