]> git.saurik.com Git - apple/security.git/blobdiff - OSX/sec/securityd/SecDbKeychainV7-protobufs/generated_source/SecDbKeychainSerializedAKSWrappedKey.h
Security-59306.11.20.tar.gz
[apple/security.git] / 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 (file)
index 0000000..154cc19
--- /dev/null
@@ -0,0 +1,41 @@
+// This file was automatically generated by protocompiler
+// DO NOT EDIT!
+// Compiled from SecDbKeychainSerializedAKSWrappedKey.proto
+
+#import <Foundation/Foundation.h>
+#import <ProtocolBuffer/PBCodable.h>
+
+#ifdef __cplusplus
+#define SECDBKEYCHAINSERIALIZEDAKSWRAPPEDKEY_FUNCTION extern "C"
+#else
+#define SECDBKEYCHAINSERIALIZEDAKSWRAPPEDKEY_FUNCTION extern
+#endif
+
+@interface SecDbKeychainSerializedAKSWrappedKey : PBCodable <NSCopying>
+{
+    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
+