8#ifndef BOTAN_IF_ALGO_H__
9#define BOTAN_IF_ALGO_H__
11#include <botan/bigint.h>
12#include <botan/x509_key.h>
13#include <botan/pkcs8.h>
const BigInt & get_q() const
const BigInt & get_d2() const
IF_Scheme_PrivateKey(RandomNumberGenerator &rng, const BigInt &prime1, const BigInt &prime2, const BigInt &exp, const BigInt &d_exp, const BigInt &mod)
const BigInt & get_c() const
bool check_key(RandomNumberGenerator &rng, bool) const
const BigInt & get_d() const
const BigInt & get_p() const
const BigInt & get_d1() const
size_t max_input_bits() const
const BigInt & get_e() const
IF_Scheme_PublicKey(const BigInt &n, const BigInt &e)
const BigInt & get_n() const
IF_Scheme_PublicKey(const AlgorithmIdentifier &alg_id, const MemoryRegion< byte > &key_bits)