epoc32/include/wtlscert.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/wtlscert.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/wtlscert.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -16,11 +16,10 @@
     1.4  */
     1.5  
     1.6  
     1.7 -
     1.8 -
     1.9  /**
    1.10   @file 
    1.11 - @internalAll 
    1.12 + @publishedAll
    1.13 + @released
    1.14  */
    1.15  
    1.16  #ifndef __WTLSCERT_H__
    1.17 @@ -41,10 +40,6 @@
    1.18  
    1.19  const TInt KWTLSCertMaxDataElements = 6;
    1.20  
    1.21 -/**
    1.22 - * @publishedAll
    1.23 - * @released
    1.24 - */
    1.25  class CWTLSRSASignatureResult : public CRSASignatureResult
    1.26  	{
    1.27  public:
    1.28 @@ -55,10 +50,6 @@
    1.29  	void ConstructL(const CAlgorithmIdentifier& aDigestAlgorithm, const TDesC8& aDigest);
    1.30  	};
    1.31  
    1.32 -/**
    1.33 - * @publishedAll
    1.34 - * @released
    1.35 - */
    1.36  class TWTLSKeyFactory : public TKeyFactory
    1.37  	{
    1.38  public:
    1.39 @@ -70,10 +61,6 @@
    1.40  	virtual CDSAPublicKey* DSAPublicKeyL(const TDesC8& aParamsEncoding, const TDesC8& aEncoding) const;
    1.41  	};
    1.42  
    1.43 -/**
    1.44 - * @publishedAll
    1.45 - * @released
    1.46 - */
    1.47  class CWTLSValidityPeriod : public CValidityPeriod
    1.48  	{
    1.49  public:
    1.50 @@ -86,10 +73,6 @@
    1.51  	void ConstructL(const TDesC8& aBinaryData, TInt& aPos);
    1.52  	};
    1.53  
    1.54 -/**
    1.55 - * @publishedAll
    1.56 - * @released
    1.57 - */
    1.58  class CWTLSAlgorithmIdentifier : public CAlgorithmIdentifier
    1.59  	{
    1.60  public:
    1.61 @@ -102,10 +85,6 @@
    1.62  	void ConstructL(const TDesC8& aBinaryData, TInt& aPos);
    1.63  	};
    1.64  
    1.65 -/**
    1.66 - * @publishedAll
    1.67 - * @released
    1.68 - */
    1.69  class CWTLSSigningAlgorithmIdentifier : public CSigningAlgorithmIdentifier
    1.70  	{
    1.71  public:
    1.72 @@ -118,10 +97,6 @@
    1.73  	void ConstructL(const TDesC8& aBinaryData, TInt& aPos);
    1.74  	};
    1.75  
    1.76 -/**
    1.77 - * @publishedAll
    1.78 - * @released
    1.79 - */
    1.80  class CWTLSSubjectPublicKeyInfo : public CSubjectPublicKeyInfo
    1.81  	{
    1.82  public:
    1.83 @@ -137,10 +112,6 @@
    1.84  _LIT(KWTLSTCAType, " T");
    1.85  _LIT(KWTLSTCAValue, "ca");
    1.86  
    1.87 -/**
    1.88 - * @publishedAll
    1.89 - * @released
    1.90 - */
    1.91  class CWTLSCertificate : public CCertificate
    1.92  	{
    1.93  public: