1 // This file was automatically generated by protocompiler
3 // Compiled from SecDbKeychainSerializedAKSWrappedKey.proto
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define SECDBKEYCHAINSERIALIZEDAKSWRAPPEDKEY_FUNCTION extern "C"
11 #define SECDBKEYCHAINSERIALIZEDAKSWRAPPEDKEY_FUNCTION extern
14 @interface SecDbKeychainSerializedAKSWrappedKey
: PBCodable
<NSCopying
>
22 @
property (nonatomic
, retain
) NSData
*wrappedKey
;
24 @
property (nonatomic
, readonly
) BOOL hasRefKeyBlob
;
25 @
property (nonatomic
, retain
) NSData
*refKeyBlob
;
27 @
property (nonatomic
) uint32_t type
;
29 // Performs a shallow copy into other
30 - (void)copyTo
:(SecDbKeychainSerializedAKSWrappedKey
*)other
;
32 // Performs a deep merge from other into self
33 // If set in other, singular values in self are replaced in self
34 // Singular composite values are recursively merged
35 // Repeated values from other are appended to repeated values in self
36 - (void)mergeFrom
:(SecDbKeychainSerializedAKSWrappedKey
*)other
;
38 SECDBKEYCHAINSERIALIZEDAKSWRAPPEDKEY_FUNCTION BOOL
SecDbKeychainSerializedAKSWrappedKeyReadFrom(__unsafe_unretained SecDbKeychainSerializedAKSWrappedKey
*self
, __unsafe_unretained PBDataReader
*reader
);