Botan
1.10.9
|
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 ¬_before, const X509_Time ¬_after, const X509_DN &issuer_dn, const X509_DN &subject_dn, const Extensions &extensions) | Botan::X509_CA | static |
new_crl(RandomNumberGenerator &rng, u32bit next_update=0) const | Botan::X509_CA | |
sign_request(const PKCS10_Request &req, RandomNumberGenerator &rng, const X509_Time ¬_before, const X509_Time ¬_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 |