MYCertificate.h
changeset 19 f6c91b9da05b
parent 8 4c0eafa7b233
child 21 2c300b15b381
     1.1 --- a/MYCertificate.h	Sun Apr 12 22:02:20 2009 -0700
     1.2 +++ b/MYCertificate.h	Thu Jun 04 18:36:30 2009 -0700
     1.3 @@ -12,7 +12,7 @@
     1.4  #import <Security/cssmtype.h>
     1.5  #endif
     1.6  
     1.7 -@class MYPublicKey;
     1.8 +@class MYPublicKey, MYIdentity;
     1.9  
    1.10  
    1.11  /** An X.509 certificate. */
    1.12 @@ -57,6 +57,9 @@
    1.13                            type: (CSSM_CERT_TYPE) type
    1.14                        encoding: (CSSM_CERT_ENCODING) encoding;
    1.15  
    1.16 +/** The Identity (if any) that this Certificate is part of. */
    1.17 +@property (readonly) MYIdentity *identity;
    1.18 +
    1.19  /** The list (if any) of the subject's email addresses. */
    1.20  @property (readonly) NSArray *emailAddresses;
    1.21