#include <asn1_int.h>

Public Member Functions | |
| virtual void | decode_from (class BER_Decoder &from)=0 |
| virtual void | encode_into (class DER_Encoder &to) const =0 |
| virtual | ~ASN1_Object () |
Definition at line 56 of file asn1_int.h.
| virtual Botan::ASN1_Object::~ASN1_Object | ( | ) | [inline, virtual] |
| virtual void Botan::ASN1_Object::decode_from | ( | class BER_Decoder & | from | ) | [pure virtual] |
Decode whatever this object is from from
| from | the BER_Decoder that will be read from |
Implemented in Botan::AlgorithmIdentifier, Botan::Attribute, Botan::X509_Time, Botan::ASN1_String, Botan::X509_DN, Botan::AlternativeName, Botan::OID, Botan::EAC_Time, Botan::ASN1_EAC_String, Botan::CRL_Entry, and Botan::Extensions.
Referenced by Botan::BER_Decoder::decode().
| virtual void Botan::ASN1_Object::encode_into | ( | class DER_Encoder & | to | ) | const [pure virtual] |
Encode whatever this object is into to
| to | the DER_Encoder that will be written to |
Implemented in Botan::AlgorithmIdentifier, Botan::Attribute, Botan::X509_Time, Botan::ASN1_String, Botan::X509_DN, Botan::AlternativeName, Botan::OID, Botan::EAC_Time, Botan::ASN1_EAC_String, Botan::CRL_Entry, and Botan::Extensions.
Referenced by Botan::DER_Encoder::encode().
1.5.8