~ubuntu-branches/ubuntu/precise/transmission/precise

« back to all changes in this revision

Viewing changes to macosx/Sparkle.framework/Versions/Current/Headers/NSFileManager+Verification.h

  • Committer: Bazaar Package Importer
  • Author(s): Leo Costela
  • Date: 2009-05-17 19:39:51 UTC
  • mto: (1.3.4 upstream) (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20090517193951-k8x15sqoxzf7cuyx
ImportĀ upstreamĀ versionĀ 1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
//
8
 
 
9
 
#import <Cocoa/Cocoa.h>
10
 
 
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