1.1 --- a/MYKeychain.h Thu Apr 09 21:36:21 2009 -0700
1.2 +++ b/MYKeychain.h Sun Apr 12 22:16:14 2009 -0700
1.3 @@ -56,9 +56,6 @@
1.4
1.5 #pragma mark CERTIFICATES:
1.6
1.7 -/** Adds a certificate to this keychain. (It must not already belong to a keychain.) */
1.8 -- (BOOL) addCertificate: (MYCertificate*)certificate;
1.9 -
1.10 /** Imports a certificate into the keychain, given its external representation. */
1.11 - (MYCertificate*) importCertificate: (NSData*)data;
1.12
1.13 @@ -127,6 +124,9 @@
1.14 alertTitle: (NSString*)title
1.15 alertPrompt: (NSString*)prompt;
1.16
1.17 +/** Adds a certificate to this keychain. (It must not already belong to a keychain.) */
1.18 +- (BOOL) addCertificate: (MYCertificate*)certificate;
1.19 +
1.20 /** Imports a certificate into the keychain, given its external representation. */
1.21 - (MYCertificate*) importCertificate: (NSData*)data
1.22 type: (CSSM_CERT_TYPE) type