]>
git.saurik.com Git - apple/security.git/blob - certificates/ota_cert_tool/ios_ota_cert_tool/PSCerts.h
5 // Created by James Murphy on 12/11/12.
6 // Copyright (c) 2012 James Murphy. All rights reserved.
9 #import <Foundation/Foundation.h>
11 @interface PSCerts
: NSObject
13 NSString
* _cert_dir_path
;
14 NSMutableArray
* _certs
;
18 @
property (readonly
) NSArray
* certs
;
20 - (id
)initWithCertFilePath
:(NSString
*)filePath forBadCerts
:(BOOL
)forBad
;