cryptoservices/certificateandkeymgmt/x509/x509cert.cpp
branchRCL_3
changeset 95 641f389e9157
parent 70 b38692a04122
child 96 a71299154b21
equal deleted inserted replaced
92:f18401adf8e1 95:641f389e9157
  1336 		}
  1336 		}
  1337 		
  1337 		
  1338 	return KeyIdentifierL();
  1338 	return KeyIdentifierL();
  1339 	}
  1339 	}
  1340 
  1340 
       
  1341 
  1341 EXPORT_C TKeyIdentifier CX509Certificate::SubjectKeyIdL() const
  1342 EXPORT_C TKeyIdentifier CX509Certificate::SubjectKeyIdL() const
  1342 	{
  1343 	{
  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.
  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.
  1344 	if (Version() < 3 )
  1345 	if (Version() < 3 )
  1345 		{
  1346 		{