Develop and Download Open Source Software

Browse CVS Repository

Contents of /undmail/proto/AccountInfo/KeychainAccess.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Thu Feb 20 14:29:09 2003 UTC (21 years, 2 months ago) by masakih
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-chdr
add AccountInfo

1 //
2 // KeychainAccess.h
3 // undproto
4 //
5 // Created by Hori,Masaki on Sat Jan 18 2003.
6 //
7
8 #import <Foundation/Foundation.h>
9
10 #import <Security/Security.h>
11
12 @interface KeychainAccess : NSObject
13 {
14 }
15
16 +(SecKeychainRef)defaultKeychain;
17 +(SecKeychainRef)userNamedKeychain;
18 +(SecKeychainRef)namedKeychain:(NSString*)name;
19 +(SecKeychainRef)keychainForPath:(NSString*)path;
20
21 +(NSString*)pathForKeychain:(SecKeychainRef)keychain;
22
23 +(SecKeychainRef)createKeychain:(NSString*)name path:(NSString*)path;
24 +(BOOL)deleteKeychain:(SecKeychainRef)keychain;
25
26 +(BOOL)setDefualtKeychain:(SecKeychainRef)keychain;
27
28 ////////
29 ///////
30
31 @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26