1 // This file was automatically generated by protocompiler
3 // Compiled from SecDbKeychainSerializedMetadata.proto
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define SECDBKEYCHAINSERIALIZEDMETADATA_FUNCTION extern "C"
11 #define SECDBKEYCHAINSERIALIZEDMETADATA_FUNCTION extern
14 @interface SecDbKeychainSerializedMetadata
: PBCodable
<NSCopying
>
17 NSString
*_tamperCheck
;
22 @
property (nonatomic
, retain
) NSData
*ciphertext
;
24 @
property (nonatomic
, retain
) NSData
*wrappedKey
;
26 @
property (nonatomic
, retain
) NSString
*tamperCheck
;
28 // Performs a shallow copy into other
29 - (void)copyTo
:(SecDbKeychainSerializedMetadata
*)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
:(SecDbKeychainSerializedMetadata
*)other
;
37 SECDBKEYCHAINSERIALIZEDMETADATA_FUNCTION BOOL
SecDbKeychainSerializedMetadataReadFrom(__unsafe_unretained SecDbKeychainSerializedMetadata
*self
, __unsafe_unretained PBDataReader
*reader
);