cryptoservices/filebasedcertificateandkeystores/source/generic/common/fstokencliserv.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
child 53 030c4fbc13d7
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 * Shared client/server definitions
    15 * Shared client/server definitions
    16 *
    16 *
    17 */
    17 */
    18 
       
    19 
       
    20 
    18 
    21 
    19 
    22 /**
    20 /**
    23  @file 
    21  @file 
    24  @internalTechnology
    22  @internalTechnology
   132 	// For MCTCertApps
   130 	// For MCTCertApps
   133 	EAddApp                 = 120,
   131 	EAddApp                 = 120,
   134 	ERemoveApp              = 121,
   132 	ERemoveApp              = 121,
   135 	EGetAppCount            = 122,
   133 	EGetAppCount            = 122,
   136 	EGetApps                = 123,
   134 	EGetApps                = 123,
   137 	EGetApplication         = 124
   135 	EGetApplication         = 124,
       
   136 	
       
   137 #ifdef SYMBIAN_AUTH_SERVER
       
   138 	
       
   139 	EUseNewKeyServer = 125,
       
   140 	ECreateUserKey		= 126,
       
   141 	EImportUserKey		= 127,
       
   142 	EImportEncryptedUserKey	= 128,
       
   143 	ESetAuthenticationPolicy = 129,
       
   144 	EGetAuthenticationPolicy = 130,
       
   145 
       
   146 #endif // SYMBIAN_AUTH_SERVER	
       
   147 	
   138 	};
   148 	};
   139 
   149 
   140 
   150 
   141 
   151 
   142 #endif	//	__FILECERTSTORECLISERV_H__
   152 #endif	//	__FILECERTSTORECLISERV_H__