|
Botan
1.11.15
|
#include <x509_ext.h>
Public Member Functions | |
| Authority_Information_Access () | |
| Authority_Information_Access (const std::string &ocsp) | |
| Authority_Information_Access * | copy () const |
| OID | oid_of () const |
Friends | |
| class | Extensions |
Definition at line 274 of file x509_ext.h.
Definition at line 280 of file x509_ext.h.
{}
| Botan::Cert_Extension::Authority_Information_Access::Authority_Information_Access | ( | const std::string & | ocsp | ) | [inline] |
Definition at line 282 of file x509_ext.h.
:
m_ocsp_responder(ocsp) {}
| Authority_Information_Access* Botan::Cert_Extension::Authority_Information_Access::copy | ( | ) | const [inline, virtual] |
Make a copy of this extension
Implements Botan::Certificate_Extension.
Definition at line 277 of file x509_ext.h.
{ return new Authority_Information_Access(m_ocsp_responder); }
| OID Botan::Certificate_Extension::oid_of | ( | ) | const [inherited] |
Definition at line 74 of file x509_ext.cpp.
References Botan::OIDS::lookup(), and Botan::Certificate_Extension::oid_name().
Referenced by Botan::Extensions::encode_into().
{
return OIDS::lookup(oid_name());
}
friend class Extensions [friend, inherited] |
Definition at line 51 of file x509_ext.h.
1.7.6.1