cryptoservices/certificateandkeymgmt/x509/x509cert.cpp
branchRCL_3
changeset 96 a71299154b21
parent 95 641f389e9157
equal deleted inserted replaced
95:641f389e9157 96:a71299154b21
  1336 		}
  1336 		}
  1337 		
  1337 		
  1338 	return KeyIdentifierL();
  1338 	return KeyIdentifierL();
  1339 	}
  1339 	}
  1340 
  1340 
  1341 
       
  1342 EXPORT_C TKeyIdentifier CX509Certificate::SubjectKeyIdL() const
  1341 EXPORT_C TKeyIdentifier CX509Certificate::SubjectKeyIdL() const
  1343 	{
  1342 	{
  1344 	// if it is a v1 or v2 type then there is no way of knowing which is a CA, treat all certs as CA as done in the certificate recognizer.
  1343 	// if it is a v1 or v2 type then there is no way of knowing which is a CA, treat all certs as CA as done in the certificate recognizer.
  1345 	if (Version() < 3 )
  1344 	if (Version() < 3 )
  1346 		{
  1345 		{