]> git.saurik.com Git - apple/security.git/blobdiff - keychain/ckks/CKKSCurrentKeyPointer.h
Security-58286.260.20.tar.gz
[apple/security.git] / keychain / ckks / CKKSCurrentKeyPointer.h
index b55efcfbe99e567147dc8e4934ed13cc0b25429d..99bfb5e848a0416517dc83a4f5b90b508dfec442 100644 (file)
 - (instancetype)initForClass:(CKKSKeyClass*)keyclass
               currentKeyUUID:(NSString*)currentKeyUUID
                       zoneID:(CKRecordZoneID*)zoneID
-             encodedCKRecord: (NSData*) encodedrecord;
+             encodedCKRecord:(NSData*)encodedrecord;
 
-+ (instancetype) fromDatabase: (CKKSKeyClass*) keyclass zoneID:(CKRecordZoneID*)zoneID error: (NSError * __autoreleasing *) error;
-+ (instancetype) tryFromDatabase: (CKKSKeyClass*) keyclass zoneID:(CKRecordZoneID*)zoneID error: (NSError * __autoreleasing *) error;
++ (instancetype)fromDatabase:(CKKSKeyClass*)keyclass zoneID:(CKRecordZoneID*)zoneID error:(NSError* __autoreleasing*)error;
++ (instancetype)tryFromDatabase:(CKKSKeyClass*)keyclass zoneID:(CKRecordZoneID*)zoneID error:(NSError* __autoreleasing*)error;
 
-+ (instancetype) forKeyClass: (CKKSKeyClass*) keyclass withKeyUUID: (NSString*) keyUUID zoneID:(CKRecordZoneID*)zoneID error: (NSError * __autoreleasing *) error;
++ (instancetype)forKeyClass:(CKKSKeyClass*)keyclass
+                withKeyUUID:(NSString*)keyUUID
+                     zoneID:(CKRecordZoneID*)zoneID
+                      error:(NSError* __autoreleasing*)error;
 
-+ (NSArray<CKKSCurrentKeyPointer*>*)all:(CKRecordZoneID*)zoneID error: (NSError * __autoreleasing *) error;
-+ (bool) deleteAll:(CKRecordZoneID*) zoneID error: (NSError * __autoreleasing *) error;
++ (NSArray<CKKSCurrentKeyPointer*>*)all:(CKRecordZoneID*)zoneID error:(NSError* __autoreleasing*)error;
++ (bool)deleteAll:(CKRecordZoneID*)zoneID error:(NSError* __autoreleasing*)error;
 
 @end
 
@@ -62,8 +65,8 @@
 
 @property NSArray<CKKSTLKShare*>* tlkShares;
 
--(instancetype)init;
--(instancetype)initForZone:(CKRecordZoneID*)zoneID;
+- (instancetype)init;
+- (instancetype)initForZone:(CKRecordZoneID*)zoneID;
 @end
 
 #endif