diff -r 4c0eafa7b233 -r f6c91b9da05b MYCertificate.h --- a/MYCertificate.h Sun Apr 12 22:02:20 2009 -0700 +++ b/MYCertificate.h Thu Jun 04 18:36:30 2009 -0700 @@ -12,7 +12,7 @@ #import #endif -@class MYPublicKey; +@class MYPublicKey, MYIdentity; /** An X.509 certificate. */ @@ -57,6 +57,9 @@ type: (CSSM_CERT_TYPE) type encoding: (CSSM_CERT_ENCODING) encoding; +/** The Identity (if any) that this Certificate is part of. */ +@property (readonly) MYIdentity *identity; + /** The list (if any) of the subject's email addresses. */ @property (readonly) NSArray *emailAddresses;