X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/84aacf34eae6543be9f0280b2015385f91e5c2c6..b54c578e17e9bcbd74aa30ea75e25e955b9a6205:/OSX/sec/securityd/SecDbKeychainV7-protobufs/generated_source/SecDbKeychainSerializedAKSWrappedKey.h diff --git a/OSX/sec/securityd/SecDbKeychainV7-protobufs/generated_source/SecDbKeychainSerializedAKSWrappedKey.h b/OSX/sec/securityd/SecDbKeychainV7-protobufs/generated_source/SecDbKeychainSerializedAKSWrappedKey.h new file mode 100644 index 00000000..154cc192 --- /dev/null +++ b/OSX/sec/securityd/SecDbKeychainV7-protobufs/generated_source/SecDbKeychainSerializedAKSWrappedKey.h @@ -0,0 +1,41 @@ +// This file was automatically generated by protocompiler +// DO NOT EDIT! +// Compiled from SecDbKeychainSerializedAKSWrappedKey.proto + +#import +#import + +#ifdef __cplusplus +#define SECDBKEYCHAINSERIALIZEDAKSWRAPPEDKEY_FUNCTION extern "C" +#else +#define SECDBKEYCHAINSERIALIZEDAKSWRAPPEDKEY_FUNCTION extern +#endif + +@interface SecDbKeychainSerializedAKSWrappedKey : PBCodable +{ + NSData *_refKeyBlob; + uint32_t _type; + NSData *_wrappedKey; +} + + +@property (nonatomic, retain) NSData *wrappedKey; + +@property (nonatomic, readonly) BOOL hasRefKeyBlob; +@property (nonatomic, retain) NSData *refKeyBlob; + +@property (nonatomic) uint32_t type; + +// Performs a shallow copy into other +- (void)copyTo:(SecDbKeychainSerializedAKSWrappedKey *)other; + +// Performs a deep merge from other into self +// If set in other, singular values in self are replaced in self +// Singular composite values are recursively merged +// Repeated values from other are appended to repeated values in self +- (void)mergeFrom:(SecDbKeychainSerializedAKSWrappedKey *)other; + +SECDBKEYCHAINSERIALIZEDAKSWRAPPEDKEY_FUNCTION BOOL SecDbKeychainSerializedAKSWrappedKeyReadFrom(__unsafe_unretained SecDbKeychainSerializedAKSWrappedKey *self, __unsafe_unretained PBDataReader *reader); + +@end +