/*************************************************
* PK Key Factory Header File *
* (C) 1999-2007 The Botan Project *
*************************************************/
#ifndef BOTAN_PK_KEY_FACTORY_H__
#define BOTAN_PK_KEY_FACTORY_H__
#include <botan/x509_key.h>
#include <botan/pkcs8.h>
namespace Botan {
/*************************************************
* Get an PK key object *
*************************************************/
Public_Key* get_public_key(const std::string&);
Private_Key* get_private_key(const std::string&);
}
#endif
syntax highlighted by Code2HTML, v. 0.9.1