Botan
2.1.0
Crypto and TLS for C++11
|
#include <x509_ext.h>
Public Member Functions | |
void | decode_from (class BER_Decoder &) override |
void | encode_into (class DER_Encoder &) const override |
const AlternativeName & | point () const |
Definition at line 491 of file x509_ext.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 873 of file x509_ext.cpp.
References Botan::CONSTRUCTED, Botan::CONTEXT_SPECIFIC, Botan::BER_Decoder::decode_optional_implicit(), Botan::BER_Decoder::end_cons(), Botan::SEQUENCE, and Botan::BER_Decoder::start_cons().
|
overridevirtual |
Encode whatever this object is into to
to | the DER_Encoder that will be written to |
Implements Botan::ASN1_Object.
Definition at line 868 of file x509_ext.cpp.
|
inline |
Definition at line 497 of file x509_ext.h.