epoc32/include/asn1dec.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/asn1dec.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/asn1dec.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -17,8 +17,6 @@
     1.4  */
     1.5  
     1.6  
     1.7 -
     1.8 -
     1.9  /**
    1.10   @file 
    1.11   @publishedAll
    1.12 @@ -35,10 +33,6 @@
    1.13  class RInteger;
    1.14  
    1.15  
    1.16 -/**
    1.17 - * @publishedAll
    1.18 - * @released
    1.19 - */
    1.20  class TASN1DecGeneric
    1.21  	{
    1.22  public:
    1.23 @@ -59,10 +53,6 @@
    1.24  	TASN1Class iClass;
    1.25  	};
    1.26  
    1.27 -/**
    1.28 - * @publishedAll
    1.29 - * @released
    1.30 - */
    1.31  class TASN1DecString
    1.32  	{
    1.33  public:
    1.34 @@ -71,10 +61,6 @@
    1.35  	virtual TInt CheckValid(const TDesC8& aSource)=0;
    1.36  	};
    1.37  
    1.38 -/**
    1.39 - * @publishedAll
    1.40 - * @released
    1.41 - */
    1.42  class TASN1DecBoolean
    1.43  	{
    1.44  public:
    1.45 @@ -84,10 +70,6 @@
    1.46  private:
    1.47  	};
    1.48  
    1.49 -/**
    1.50 - * @publishedAll
    1.51 - * @released
    1.52 - */
    1.53  class TASN1DecNull
    1.54  	{
    1.55  public:
    1.56 @@ -96,20 +78,12 @@
    1.57  	IMPORT_C void DecodeDERL(const TASN1DecGeneric& aSource);
    1.58  	};
    1.59  
    1.60 -/**
    1.61 - * @publishedAll
    1.62 - * @released
    1.63 - */
    1.64  class TASN1DecEnumerated
    1.65  	{
    1.66  public:
    1.67  	IMPORT_C TASN1DecEnumerated(void);
    1.68  	};
    1.69  
    1.70 -/**
    1.71 - * @publishedAll
    1.72 - * @released
    1.73 - */
    1.74  class TASN1DecInteger
    1.75  	{
    1.76  public:
    1.77 @@ -122,10 +96,6 @@
    1.78  
    1.79  const TInt KNumberOfIDs=15;
    1.80  
    1.81 -/**
    1.82 - * @publishedAll
    1.83 - * @released
    1.84 - */
    1.85  class TASN1DecObjectIdentifier
    1.86  	{
    1.87  public:
    1.88 @@ -136,10 +106,6 @@
    1.89  	TInt DecodeContentsL(TFixedArray<TInt, KNumberOfIDs>& aOID, const TDesC8& aSource);
    1.90  	};
    1.91  
    1.92 -/**
    1.93 - * @publishedAll
    1.94 - * @released
    1.95 - */
    1.96  class TASN1DecSet
    1.97  	{
    1.98  public:
    1.99 @@ -156,10 +122,6 @@
   1.100  	static void CleanupSet(TAny* aArray);	
   1.101  	};
   1.102  
   1.103 -/**
   1.104 - * @publishedAll
   1.105 - * @released
   1.106 - */
   1.107  class TASN1DecGraphicString
   1.108  	{
   1.109  public:
   1.110 @@ -171,10 +133,6 @@
   1.111  	HBufC* DecodeContentsL(const TDesC8& aSource);
   1.112  	};
   1.113  
   1.114 -/**
   1.115 - * @publishedAll
   1.116 - * @released
   1.117 - */
   1.118  class TASN1DecVisibleString
   1.119  	{
   1.120  public:
   1.121 @@ -186,10 +144,6 @@
   1.122  	HBufC* DecodeContentsL(const TDesC8& aSource);
   1.123  	};
   1.124  
   1.125 -/**
   1.126 - * @publishedAll
   1.127 - * @released
   1.128 - */
   1.129  class TASN1DecGeneralizedTime
   1.130  	{
   1.131  public:
   1.132 @@ -200,10 +154,6 @@
   1.133  	TTime GetTimeL(const TDesC8& aSource);
   1.134  	};
   1.135  
   1.136 -/**
   1.137 - * @publishedAll
   1.138 - * @released
   1.139 - */
   1.140  class TASN1DecUTCTime
   1.141  	{
   1.142  public:
   1.143 @@ -214,10 +164,6 @@
   1.144  	TTime GetTimeL(const TDesC8& aSource);
   1.145  	};
   1.146  
   1.147 -/**
   1.148 - * @publishedAll
   1.149 - * @released
   1.150 - */
   1.151  class TASN1DecBitString
   1.152  	{
   1.153  public:
   1.154 @@ -230,10 +176,6 @@
   1.155  	IMPORT_C HBufC8* ExtractOctetStringL(const TASN1DecGeneric& aSource);
   1.156  	};
   1.157  
   1.158 -/**
   1.159 - * @publishedAll
   1.160 - * @released
   1.161 - */
   1.162  class TASN1DecIA5String
   1.163  	{
   1.164  public:
   1.165 @@ -246,23 +188,7 @@
   1.166  	HBufC* DecodeContentsL(const TDesC8& aSource);
   1.167  	};
   1.168  
   1.169 -/**
   1.170 - * @internalComponent
   1.171 - * @released
   1.172 - */
   1.173 -class TASN1DecGenericString
   1.174 -	{
   1.175 -public:
   1.176 -	TASN1DecGenericString();
   1.177 -	TInt GetContentDER(TDes8& aContent);
   1.178 -	TInt Length(void);
   1.179 -private:
   1.180 -	};
   1.181  
   1.182 -/**
   1.183 - * @publishedAll
   1.184 - * @released
   1.185 - */
   1.186  class TASN1DecUTF8String
   1.187  	{
   1.188  public:
   1.189 @@ -275,10 +201,6 @@
   1.190  	HBufC* DecodeContentsL(const TDesC8& aSource);
   1.191  	};
   1.192  
   1.193 -/**
   1.194 - * @publishedAll
   1.195 - * @released
   1.196 - */
   1.197  class TASN1DecGeneralString
   1.198  	{
   1.199  public:
   1.200 @@ -290,10 +212,6 @@
   1.201  	HBufC* DecodeContentsL(const TDesC8& aSource);
   1.202  	};
   1.203  
   1.204 -/**
   1.205 - * @publishedAll
   1.206 - * @released
   1.207 - */
   1.208  class TASN1DecOctetString
   1.209  	{
   1.210  public:
   1.211 @@ -304,10 +222,6 @@
   1.212  	IMPORT_C TInt CheckValid(const TDesC8& aSource);
   1.213  	};
   1.214  
   1.215 -/**
   1.216 - * @publishedAll
   1.217 - * @released
   1.218 - */
   1.219  class TASN1DecNumericString
   1.220  	{
   1.221  public:
   1.222 @@ -320,10 +234,6 @@
   1.223  	HBufC* DecodeContentsL(const TDesC8& aSource);
   1.224  	};
   1.225  
   1.226 -/**
   1.227 - * @publishedAll
   1.228 - * @released
   1.229 - */
   1.230  class TASN1DecVideotexString
   1.231  	{
   1.232  public:
   1.233 @@ -335,10 +245,6 @@
   1.234  	HBufC* DecodeContentsL(const TDesC8& aSource);
   1.235  	};
   1.236  
   1.237 -/**
   1.238 - * @publishedAll
   1.239 - * @released
   1.240 - */
   1.241  class TASN1DecPrintableString
   1.242  	{
   1.243  public:
   1.244 @@ -360,8 +266,6 @@
   1.245   * for cases where the string contains ASCII data.
   1.246   * As this is non-destructive, the original data can be retrieved by performing 
   1.247   * a Copy to an 8-bit descriptor.
   1.248 - * @publishedAll
   1.249 - * @released
   1.250   */
   1.251  class TASN1DecTeletexString
   1.252  	{
   1.253 @@ -377,8 +281,6 @@
   1.254  
   1.255  /**
   1.256  Class used for decoding ASN.1 BMP strings.
   1.257 -@publishedAll
   1.258 -@released
   1.259   */
   1.260  class TASN1DecBMPString
   1.261  	{
   1.262 @@ -392,10 +294,6 @@
   1.263  	HBufC* DecodeContentsL(const TDesC8& aSource);
   1.264  	};
   1.265  
   1.266 -/**
   1.267 - * @publishedAll
   1.268 - * @released
   1.269 - */
   1.270  class TASN1DecSequence
   1.271  	{
   1.272  public: