1 // This file was automatically generated by protocompiler
3 // Compiled from SecDbBackupRecoverySet.proto
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define SECDBBACKUPBAGIDENTITY_FUNCTION extern "C"
11 #define SECDBBACKUPBAGIDENTITY_FUNCTION extern
14 /** Maintain identity consistency by including this in key and bag messages */
15 @interface SecDbBackupBagIdentity
: PBCodable
<NSCopying
>
22 @
property (nonatomic
, readonly
) BOOL hasBaguuid
;
23 @
property (nonatomic
, retain
) NSData
*baguuid
;
25 @
property (nonatomic
, readonly
) BOOL hasBaghash
;
26 @
property (nonatomic
, retain
) NSData
*baghash
;
28 // Performs a shallow copy into other
29 - (void)copyTo
:(SecDbBackupBagIdentity
*)other
;
31 // Performs a deep merge from other into self
32 // If set in other, singular values in self are replaced in self
33 // Singular composite values are recursively merged
34 // Repeated values from other are appended to repeated values in self
35 - (void)mergeFrom
:(SecDbBackupBagIdentity
*)other
;
37 SECDBBACKUPBAGIDENTITY_FUNCTION BOOL
SecDbBackupBagIdentityReadFrom(__unsafe_unretained SecDbBackupBagIdentity
*self
, __unsafe_unretained PBDataReader
*reader
);