#include <Asn1Sequence.h>
|
enum | Type {
BOOLEAN,
OBJECT,
INTEGER,
ENUMERATED,
BIT_STRING,
OCTET_STRING,
PRINTABLESTRING,
T61STRING,
IA5STRING,
GENERALSTRING,
BMPSTRING,
UNIVERSALSTRING,
UTCTIME,
GENERALIZEDTIME,
VISIBLESTRING,
UTF8STRING,
SEQUENCE,
SET
} |
|
| Asn1Type () |
|
| Asn1Type (ASN1_TYPE *asn1Type) |
|
ASN1_TYPE * | asn1Type |
|
◆ Asn1Sequence() [1/2]
Asn1Sequence::Asn1Sequence |
( |
| ) |
|
◆ Asn1Sequence() [2/2]
Asn1Sequence::Asn1Sequence |
( |
ASN1_TYPE * |
type | ) |
|
◆ ~Asn1Sequence()
Asn1Sequence::~Asn1Sequence |
( |
| ) |
|
|
virtual |
◆ addValue()
void Asn1Sequence::addValue |
( |
int |
index = -1 | ) |
|
throw | ( | |
| ) | | |
◆ getValue()
const Asn1Type* Asn1Sequence::getValue |
( |
int |
index | ) |
const |
throw | ( | |
| ) | | |
The documentation for this class was generated from the following files: