MYCertificate.h
changeset 23 39fec79de6e8
parent 21 2c300b15b381
child 24 6856e071d25a
     1.1 --- a/MYCertificate.h	Sat Jun 06 15:01:28 2009 -0700
     1.2 +++ b/MYCertificate.h	Sun Jun 07 21:53:56 2009 -0700
     1.3 @@ -52,6 +52,9 @@
     1.4  /** The common name of the subject (owner) of the certificate. */
     1.5  @property (readonly) NSString *commonName;
     1.6  
     1.7 +/** The list (if any) of the subject's email addresses. */
     1.8 +@property (readonly) NSArray *emailAddresses;
     1.9 +
    1.10  
    1.11  /** @name Mac-Only
    1.12   *  Functionality not available on iPhone. 
    1.13 @@ -64,9 +67,6 @@
    1.14                            type: (CSSM_CERT_TYPE) type
    1.15                        encoding: (CSSM_CERT_ENCODING) encoding;
    1.16  
    1.17 -/** The list (if any) of the subject's email addresses. */
    1.18 -@property (readonly) NSArray *emailAddresses;
    1.19 -
    1.20  /** Finds the current 'preferred' certificate for the given name string. */
    1.21  + (MYCertificate*) preferredCertificateForName: (NSString*)name;
    1.22