#include <asn1dec.h>
class TASN1DecSet |
Public Member Functions | |
---|---|
TASN1DecSet() | |
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) |
IMPORT_C CArrayPtrFlat< TASN1DecGeneric > * | NewDERLC(const TDesC8 &) |
Protected Member Functions | |
---|---|
void | CleanupSet(TAny *) |
void | DecodeContentsL(const TDesC8 &, TInt &, CArrayPtrFlat< TASN1DecGeneric > &) |
void | DecodeContentsL | ( | const TDesC8 & | aSource, |
TInt & | aPos, | |||
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 | |||
) |
IMPORT_C CArrayPtrFlat< TASN1DecGeneric > * | NewDERLC | ( | const TDesC8 & | aSource | ) |