Botan  1.10.9
Public Member Functions | List of all members
Botan::ASN1_Object Class Referenceabstract

#include <asn1_int.h>

Inheritance diagram for Botan::ASN1_Object:
Botan::AlgorithmIdentifier Botan::AlternativeName Botan::ASN1_EAC_String Botan::ASN1_String Botan::Attribute Botan::CRL_Entry Botan::EAC_Time Botan::Extensions Botan::OID Botan::X509_DN Botan::X509_Time

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 ()
 

Detailed Description

Basic ASN.1 Object Interface

Definition at line 56 of file asn1_int.h.

Constructor & Destructor Documentation

virtual Botan::ASN1_Object::~ASN1_Object ( )
inlinevirtual

Definition at line 71 of file asn1_int.h.

71 {}

Member Function Documentation

virtual void Botan::ASN1_Object::decode_from ( class BER_Decoder from)
pure virtual
virtual void Botan::ASN1_Object::encode_into ( class DER_Encoder to) const
pure virtual

The documentation for this class was generated from the following file: