Go to the documentation of this file.    8 #ifndef BOTAN_PBE_PKCS_V15_H__     9 #define BOTAN_PBE_PKCS_V15_H__    11 #include <botan/pbe.h>    12 #include <botan/block_cipher.h>    13 #include <botan/hash.h>    14 #include <botan/pipe.h>    24       std::string name() 
const;
    26       void write(
const byte[], 
size_t);
    41       void set_key(
const std::string&);
    47       void flush_pipe(
bool);