Whew, lots and lots of changes accumulated over the past few weeks. Mostly fixes for bugs I discovered while retrofitting Cloudy to use MYCrypto.
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;