]>
git.saurik.com Git - apple/security.git/blob - certificates/ota_cert_tool/ios_ota_cert_tool/PSCertKey.h
5 // Created by James Murphy on 12/12/12.
6 // Copyright (c) 2012 James Murphy. All rights reserved.
9 #import <Foundation/Foundation.h>
11 @interface PSCertKey
: NSObject
17 @
property (readonly
) NSString
* key_hash
;
19 - (id
)initWithCertFilePath
:(NSString
*)filePath
;