8 #ifndef BOTAN_PK_KEY_FACTORY_H__     9 #define BOTAN_PK_KEY_FACTORY_H__    11 #include <botan/pk_keys.h>    16                             const MemoryRegion<byte>& key_bits);
    19                               const MemoryRegion<byte>& key_bits,
    20                               RandomNumberGenerator& rng);
 Private_Key * make_private_key(const AlgorithmIdentifier &alg_id, const MemoryRegion< byte > &key_bits, RandomNumberGenerator &rng)
Public_Key * make_public_key(const AlgorithmIdentifier &alg_id, const MemoryRegion< byte > &key_bits)