#include <asn1dec.h>
| class TASN1DecSequence |
| Public Member Functions | |
|---|---|
| TASN1DecSequence() | |
| IMPORT_C CArrayPtrFlat< TASN1DecGeneric > * | DecodeDERLC(const TDesC8 &, TInt &) |
| IMPORT_C CArrayPtrFlat< TASN1DecGeneric > * | DecodeDERLC(const TASN1DecGeneric &) |
| IMPORT_C CArrayPtrFlat< TASN1DecGeneric > * | DecodeDERLC(const TDesC8 &, TInt &, TInt, TInt) |
| IMPORT_C CArrayPtrFlat< TASN1DecGeneric > * | DecodeDERLC(const TASN1DecGeneric &, TInt, TInt) |
| Protected Member Functions | |
|---|---|
| void | CleanupSequence(TAny *) |
| void | DecodeContentsL(const TDesC8 &, CArrayPtrFlat< TASN1DecGeneric > &) |
| void | DecodeContentsL | ( | const TDesC8 & | aSource, |
| CArrayPtrFlat< TASN1DecGeneric > & | aDest | |||
| ) | [protected] | |||
| IMPORT_C CArrayPtrFlat< TASN1DecGeneric > * | DecodeDERLC | ( | const TDesC8 & | aSource, |
| TInt & | aPos | |||
| ) | ||||
| IMPORT_C CArrayPtrFlat< TASN1DecGeneric > * | DecodeDERLC | ( | const TASN1DecGeneric & | aSource | ) |
| IMPORT_C CArrayPtrFlat< TASN1DecGeneric > * | DecodeDERLC | ( | const TDesC8 & | aSource, |
| TInt & | aPos, | |||
| TInt | aMin, | |||
| TInt | aMax | |||
| ) | ||||
| IMPORT_C CArrayPtrFlat< TASN1DecGeneric > * | DecodeDERLC | ( | const TASN1DecGeneric & | aSource, |
| TInt | aMin, | |||
| TInt | aMax | |||
| ) | ||||