* The build process runs Doxygen only if it's installed (i.e. on the shell search path).
* Added instructions to the README on setting up a named Source Tree for MYUtilities.
* Changed the RSA key size in MYCryptoTest to 2048 and made it a named constant.
5 // Created by Jens Alfke on 4/10/09.
6 // Copyright 2009 Jens Alfke. All rights reserved.
9 #import <SecurityInterface/SFChooseIdentityPanel.h>
13 @interface SFChooseIdentityPanel (MYCrypto)
15 - (NSInteger)my_runModalForIdentities:(NSArray *)myIdentitObjects
16 message:(NSString *)message;
18 - (void)my_beginSheetForWindow:(NSWindow *)docWindow
19 modalDelegate:(id)delegate
20 didEndSelector:(SEL)didEndSelector
21 contextInfo:(void *)contextInfo
22 identities:(NSArray *)myIdentitObjects
23 message:(NSString *)message;
25 - (MYIdentity*) my_identity;