8#ifndef BOTAN_PBE_PKCS_v20_H__
9#define BOTAN_PBE_PKCS_v20_H__
12#include <botan/block_cipher.h>
13#include <botan/hash.h>
14#include <botan/pipe.h>
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;
static bool known_cipher(const std::string &cipher)
PBE_PKCS5v20(DataSource &input)
void write(const byte[], size_t)