cryptoservices/filebasedcertificateandkeystores/test/tkeystore/t_open.cpp
changeset 19 cd501b96611d
parent 15 da2ae96f639b
child 45 030c4fbc13d7
equal deleted inserted replaced
15:da2ae96f639b 19:cd501b96611d
   306 :	CKeyStoreTestAction(aFs, aConsole, aOut)
   306 :	CKeyStoreTestAction(aFs, aConsole, aOut)
   307 {}
   307 {}
   308 
   308 
   309 void COpenKey::ConstructL(const TTestActionSpec& aTestActionSpec)
   309 void COpenKey::ConstructL(const TTestActionSpec& aTestActionSpec)
   310 	{
   310 	{
   311 	TInt pos = 0, err = 0;
       
   312 	CKeyStoreTestAction::ConstructL(aTestActionSpec);
   311 	CKeyStoreTestAction::ConstructL(aTestActionSpec);
   313 	
   312 	
   314 #if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
   313 #if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC))
   315 	pos = 0;
   314 	TInt pos = 0, err = 0;
   316 	TPtrC8 operationType = Input::ParseElement(aTestActionSpec.iActionBody, KOperationTypeStart, KOperationTypeEnd, pos, err);
   315 	TPtrC8 operationType = Input::ParseElement(aTestActionSpec.iActionBody, KOperationTypeStart, KOperationTypeEnd, pos, err);
   317 	if(operationType.Compare(_L8("sign")) == 0)
   316 	if(operationType.Compare(_L8("sign")) == 0)
   318 		{
   317 		{
   319 		iOperationType = ESigning;
   318 		iOperationType = ESigning;
   320 		}
   319 		}