diff -r f4709533c816 -r 2ac5704e229f MYKeychain.h --- a/MYKeychain.h Thu Apr 09 21:36:21 2009 -0700 +++ b/MYKeychain.h Sun Apr 19 22:05:51 2009 -0700 @@ -56,9 +56,6 @@ #pragma mark CERTIFICATES: -/** Adds a certificate to this keychain. (It must not already belong to a keychain.) */ -- (BOOL) addCertificate: (MYCertificate*)certificate; - /** Imports a certificate into the keychain, given its external representation. */ - (MYCertificate*) importCertificate: (NSData*)data; @@ -127,6 +124,9 @@ alertTitle: (NSString*)title alertPrompt: (NSString*)prompt; +/** Adds a certificate to this keychain. (It must not already belong to a keychain.) */ +- (BOOL) addCertificate: (MYCertificate*)certificate; + /** Imports a certificate into the keychain, given its external representation. */ - (MYCertificate*) importCertificate: (NSData*)data type: (CSSM_CERT_TYPE) type