epoc32/include/wtlskeys.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
       
    20 
       
    21 /**
    19 /**
    22  @file 
    20  @file 
    23  @publishedAll
    21  @publishedAll
    24  @released
    22  @released
    25 */
    23 */
    29 
    27 
    30 #include <e32base.h>
    28 #include <e32base.h>
    31 #include <e32std.h>
    29 #include <e32std.h>
    32 #include <asymmetric.h>
    30 #include <asymmetric.h>
    33 
    31 
    34 /**
       
    35  * @publishedAll
       
    36  * @released
       
    37  */
       
    38 class CWTLSRSAPublicKey : public CRSAPublicKey
    32 class CWTLSRSAPublicKey : public CRSAPublicKey
    39 	{
    33 	{
    40 public:
    34 public:
    41 	IMPORT_C static CWTLSRSAPublicKey* NewL(const TDesC8& aBinaryData);
    35 	IMPORT_C static CWTLSRSAPublicKey* NewL(const TDesC8& aBinaryData);
    42 	IMPORT_C static CWTLSRSAPublicKey* NewLC(const TDesC8& aBinaryData);
    36 	IMPORT_C static CWTLSRSAPublicKey* NewLC(const TDesC8& aBinaryData);