8#ifndef BOTAN_X509_PUBLIC_KEY_H_
9#define BOTAN_X509_PUBLIC_KEY_H_
11#include <botan/pk_keys.h>
12#include <botan/data_src.h>
47#if defined(BOTAN_TARGET_OS_HAS_FILESYSTEM)
std::vector< uint8_t > subject_public_key() const
#define BOTAN_PUBLIC_API(maj, min)
Public_Key * copy_key(const Public_Key &key)
std::vector< uint8_t > BER_encode(const Public_Key &key)
Public_Key * load_key(DataSource &source)
std::string PEM_encode(const Public_Key &key)