1 // This file was automatically generated by protocompiler
3 // Compiled from SecDbKeychainSerializedSecretData.proto
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define SECDBKEYCHAINSERIALIZEDSECRETDATA_FUNCTION extern "C"
11 #define SECDBKEYCHAINSERIALIZEDSECRETDATA_FUNCTION extern
14 @interface SecDbKeychainSerializedSecretData
: PBCodable
<NSCopying
>
17 NSData
*_secDbBackupWrappedItemKey
;
18 NSString
*_tamperCheck
;
23 @
property (nonatomic
, retain
) NSData
*ciphertext
;
25 @
property (nonatomic
, retain
) NSData
*wrappedKey
;
27 @
property (nonatomic
, retain
) NSString
*tamperCheck
;
29 @
property (nonatomic
, readonly
) BOOL hasSecDbBackupWrappedItemKey
;
30 @
property (nonatomic
, retain
) NSData
*secDbBackupWrappedItemKey
;
32 // Performs a shallow copy into other
33 - (void)copyTo
:(SecDbKeychainSerializedSecretData
*)other
;
35 // Performs a deep merge from other into self
36 // If set in other, singular values in self are replaced in self
37 // Singular composite values are recursively merged
38 // Repeated values from other are appended to repeated values in self
39 - (void)mergeFrom
:(SecDbKeychainSerializedSecretData
*)other
;
41 SECDBKEYCHAINSERIALIZEDSECRETDATA_FUNCTION BOOL
SecDbKeychainSerializedSecretDataReadFrom(__unsafe_unretained SecDbKeychainSerializedSecretData
*self
, __unsafe_unretained PBDataReader
*reader
);