libcryptosec
Public Member Functions | Protected Attributes | List of all members
Asn1Boolean Class Reference

#include <Asn1Boolean.h>

Inheritance diagram for Asn1Boolean:
Asn1Type

Public Member Functions

 Asn1Boolean ()
 
 Asn1Boolean (ASN1_TYPE *asn1type)
 
virtual ~Asn1Boolean ()
 
bool getValue () const throw ()
 
void setValue (bool b) 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 ()
 

Protected Attributes

ASN1_BOOLEAN asn1Boolean
 
- Protected Attributes inherited from Asn1Type
ASN1_TYPE * asn1Type
 

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)
 

Constructor & Destructor Documentation

◆ Asn1Boolean() [1/2]

Asn1Boolean::Asn1Boolean ( )

◆ Asn1Boolean() [2/2]

Asn1Boolean::Asn1Boolean ( ASN1_TYPE *  asn1type)

◆ ~Asn1Boolean()

Asn1Boolean::~Asn1Boolean ( )
virtual

Member Function Documentation

◆ getValue()

bool Asn1Boolean::getValue ( ) const
throw (
)

◆ setValue()

void Asn1Boolean::setValue ( bool  b)
throw (
)

Member Data Documentation

◆ asn1Boolean

ASN1_BOOLEAN Asn1Boolean::asn1Boolean
protected

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