libcryptosec
Public Member Functions | List of all members
Asn1Object Class Reference

#include <Asn1Object.h>

Inheritance diagram for Asn1Object:
Asn1Type

Public Member Functions

 Asn1Object ()
 
 Asn1Object (ASN1_TYPE *type)
 
virtual ~Asn1Object ()
 
ObjectIdentifiergetValue () const throw ()
 
void setValue (const ObjectIdentifier obj) throw ()
 
- Public Member Functions inherited from Asn1Type
virtual ~Asn1Type ()
 
Type getType () const throw ()
 
const ASN1_TYPE * getAsn1Type () const throw ()
 
bool operator== (Asn1Type const &c) const throw ()
 
bool operator!= (Asn1Type const &c) const throw ()
 

Additional Inherited Members

- Public Types inherited from Asn1Type
enum  Type {
  BOOLEAN, OBJECT, INTEGER, ENUMERATED,
  BIT_STRING, OCTET_STRING, PRINTABLESTRING, T61STRING,
  IA5STRING, GENERALSTRING, BMPSTRING, UNIVERSALSTRING,
  UTCTIME, GENERALIZEDTIME, VISIBLESTRING, UTF8STRING,
  SEQUENCE, SET
}
 
- Protected Member Functions inherited from Asn1Type
 Asn1Type ()
 
 Asn1Type (ASN1_TYPE *asn1Type)
 
- Protected Attributes inherited from Asn1Type
ASN1_TYPE * asn1Type
 

Constructor & Destructor Documentation

◆ Asn1Object() [1/2]

Asn1Object::Asn1Object ( )

◆ Asn1Object() [2/2]

Asn1Object::Asn1Object ( ASN1_TYPE *  type)

◆ ~Asn1Object()

Asn1Object::~Asn1Object ( )
virtual

Member Function Documentation

◆ getValue()

ObjectIdentifier * Asn1Object::getValue ( ) const
throw (
)

◆ setValue()

void Asn1Object::setValue ( const ObjectIdentifier  obj)
throw (
)

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