Botan
2.1.0
Crypto and TLS for C++11
|
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 std::vector< uint8_t > &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, uint32_t next_update=0) const | Botan::X509_CA | |
operator=(const X509_CA &)=delete | Botan::X509_CA | |
sign_request(const PKCS10_Request &req, RandomNumberGenerator &rng, const X509_Time ¬_before, const X509_Time ¬_after) const | Botan::X509_CA | |
update_crl(const X509_CRL &last_crl, const std::vector< CRL_Entry > &new_entries, RandomNumberGenerator &rng, uint32_t next_update=0) const | Botan::X509_CA | |
X509_CA(const X509_Certificate &ca_certificate, const Private_Key &key, const std::string &hash_fn, RandomNumberGenerator &rng) | Botan::X509_CA | |
X509_CA(const X509_CA &)=delete | Botan::X509_CA | |
~X509_CA() | Botan::X509_CA |