Sparkle support for automatic updates
[MacVim.git] / src / MacVim / Sparkle.framework / Versions / A / Headers / NSFileManager+Verification.h
blobf0ce7c20c0bd4236446682151cd22c4a99a6006f
1 //
2 // NSFileManager+Verification.h
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 3/16/06.
6 // Copyright 2006 Andy Matuschak. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
11 // For the paranoid folks!
12 @interface NSFileManager (SUVerification)
13 - (BOOL)validatePath:(NSString *)path withMD5Hash:(NSString *)hash;
14 - (BOOL)validatePath:(NSString *)path withEncodedDSASignature:(NSString *)encodedSignature;
15 @end