Botan  1.10.9
Botan::X509_CA Member List

This is the complete list of members for Botan::X509_CA, including all inherited members.

ca_certificate() const Botan::X509_CA
make_cert(PK_Signer *signer, RandomNumberGenerator &rng, const AlgorithmIdentifier &sig_algo, const MemoryRegion< byte > &pub_key, const X509_Time &not_before, const X509_Time &not_after, const X509_DN &issuer_dn, const X509_DN &subject_dn, const Extensions &extensions)Botan::X509_CAstatic
new_crl(RandomNumberGenerator &rng, u32bit next_update=0) const Botan::X509_CA
sign_request(const PKCS10_Request &req, RandomNumberGenerator &rng, const X509_Time &not_before, const X509_Time &not_after)Botan::X509_CA
update_crl(const X509_CRL &last_crl, const std::vector< CRL_Entry > &new_entries, RandomNumberGenerator &rng, u32bit next_update=0) const Botan::X509_CA
X509_CA(const X509_Certificate &ca_certificate, const Private_Key &key, const std::string &hash_fn)Botan::X509_CA
~X509_CA()Botan::X509_CA