Botan
2.1.0
Crypto and TLS for C++11
|
#include <ocsp_types.h>
Public Member Functions | |
size_t | cert_status () const |
const CertID & | certid () const |
void | decode_from (class BER_Decoder &from) override |
void | encode_into (class DER_Encoder &to) const override |
X509_Time | next_update () const |
X509_Time | this_update () const |
Definition at line 43 of file ocsp_types.h.
|
inline |
Definition at line 48 of file ocsp_types.h.
Referenced by decode_from().
|
inline |
Definition at line 46 of file ocsp_types.h.
|
overridevirtual |
Decode whatever this object is from from
from | the BER_Decoder that will be read from |
Implements Botan::ASN1_Object.
Definition at line 84 of file ocsp_types.cpp.
References cert_status(), Botan::CONSTRUCTED, Botan::CONTEXT_SPECIFIC, Botan::BER_Decoder::decode(), Botan::BER_Decoder::decode_optional(), Botan::BER_Decoder::end_cons(), Botan::BER_Decoder::get_next(), Botan::SEQUENCE, Botan::BER_Decoder::start_cons(), and Botan::BER_Object::type_tag.
|
overridevirtual |
Encode whatever this object is into to
to | the DER_Encoder that will be written to |
Implements Botan::ASN1_Object.
Definition at line 79 of file ocsp_types.cpp.
|
inline |
Definition at line 52 of file ocsp_types.h.
|
inline |
Definition at line 50 of file ocsp_types.h.