#include <Asn1Type.h>
|
enum | Type {
BOOLEAN,
OBJECT,
INTEGER,
ENUMERATED,
BIT_STRING,
OCTET_STRING,
PRINTABLESTRING,
T61STRING,
IA5STRING,
GENERALSTRING,
BMPSTRING,
UNIVERSALSTRING,
UTCTIME,
GENERALIZEDTIME,
VISIBLESTRING,
UTF8STRING,
SEQUENCE,
SET
} |
|
◆ Type
Enumerator |
---|
BOOLEAN | |
OBJECT | |
INTEGER | |
ENUMERATED | |
BIT_STRING | |
OCTET_STRING | |
PRINTABLESTRING | |
T61STRING | |
IA5STRING | |
GENERALSTRING | |
BMPSTRING | |
UNIVERSALSTRING | |
UTCTIME | |
GENERALIZEDTIME | |
VISIBLESTRING | |
UTF8STRING | |
SEQUENCE | |
SET | |
◆ ~Asn1Type()
◆ Asn1Type() [1/2]
◆ Asn1Type() [2/2]
Asn1Type::Asn1Type |
( |
ASN1_TYPE * |
asn1Type | ) |
|
|
protected |
◆ getAsn1Type()
const ASN1_TYPE * Asn1Type::getAsn1Type |
( |
| ) |
const |
throw | ( | |
| ) | | |
◆ getType()
◆ operator!=()
bool Asn1Type::operator!= |
( |
Asn1Type const & |
c | ) |
const |
throw | ( | |
| ) | | |
◆ operator==()
bool Asn1Type::operator== |
( |
Asn1Type const & |
c | ) |
const |
throw | ( | |
| ) | | |
◆ asn1Type
ASN1_TYPE* Asn1Type::asn1Type |
|
protected |
The documentation for this class was generated from the following files: