1 #import <Foundation/NSObject.h>
2 #import <Security/Security.h>
7 @interface SecKeychainCursor
: NSObject
{
9 SecItemClass _itemClass
;
14 - initWithRegistryPath
:(NSArray
*)path itemClass
:(SecItemClass
)itemClass handle
:(HKEY
)handle
;
16 - (NSArray
*)registryPath
;
17 - (SecItemClass
)itemClass
;
20 - (void)incrementIndex
;