9 #import <Cocoa/Cocoa.h>    10 #import "binhandler.h"    13 typedef NS_ENUM(NSInteger, eIDDumpType) {
    19 @property NSMutableDictionary* CertificateData;
    20 @property NSOutlineView* ov;
    22 -(instancetype)initWithOutlineView:(NSOutlineView*)view;
    23 -(NSData*)certificateForKey:(NSString*)key;
    24 -(void)dumpFile:(
int)fd forKey:(NSString*)key withFormat:(eIDDumpType)format;
    25 -(NSString*)fileNameForKey:(NSString*)key;
    26 -(NSString*)keyForParent:(NSString*)key;
    28 -(void)setValid:(eIDResult)valid forKey:(NSString*)key;
 Dump in PEM format. 
Definition: certhelpers.h:40
Dump using ASN.1 Distinguished Encoding Rules (DER) 
Definition: certhelpers.h:39
Definition: AppDelegate.h:12
Definition: binhandler.h:12
Certificate helper functions. Linux/OSX only. 
Definition: CertificateStore.h:18