]> git.saurik.com Git - apple/security.git/blob - keychain/ot/proto/generated_source/OTApplicantToSponsorRound2M1.h
Security-59754.41.1.tar.gz
[apple/security.git] / keychain / ot / proto / generated_source / OTApplicantToSponsorRound2M1.h
1 // This file was automatically generated by protocompiler
2 // DO NOT EDIT!
3 // Compiled from OTPairingMessage.proto
4
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
7
8 #ifdef __cplusplus
9 #define OTAPPLICANTTOSPONSORROUND2M1_FUNCTION extern "C" __attribute__((visibility("hidden")))
10 #else
11 #define OTAPPLICANTTOSPONSORROUND2M1_FUNCTION extern __attribute__((visibility("hidden")))
12 #endif
13
14 __attribute__((visibility("hidden")))
15 @interface OTApplicantToSponsorRound2M1 : PBCodable <NSCopying>
16 {
17 NSString *_peerID;
18 NSData *_permanentInfo;
19 NSData *_permanentInfoSig;
20 NSData *_stableInfo;
21 NSData *_stableInfoSig;
22 }
23
24
25 @property (nonatomic, readonly) BOOL hasPeerID;
26 @property (nonatomic, retain) NSString *peerID;
27
28 @property (nonatomic, readonly) BOOL hasPermanentInfo;
29 @property (nonatomic, retain) NSData *permanentInfo;
30
31 @property (nonatomic, readonly) BOOL hasPermanentInfoSig;
32 @property (nonatomic, retain) NSData *permanentInfoSig;
33
34 @property (nonatomic, readonly) BOOL hasStableInfo;
35 @property (nonatomic, retain) NSData *stableInfo;
36
37 @property (nonatomic, readonly) BOOL hasStableInfoSig;
38 @property (nonatomic, retain) NSData *stableInfoSig;
39
40 // Performs a shallow copy into other
41 - (void)copyTo:(OTApplicantToSponsorRound2M1 *)other;
42
43 // Performs a deep merge from other into self
44 // If set in other, singular values in self are replaced in self
45 // Singular composite values are recursively merged
46 // Repeated values from other are appended to repeated values in self
47 - (void)mergeFrom:(OTApplicantToSponsorRound2M1 *)other;
48
49 OTAPPLICANTTOSPONSORROUND2M1_FUNCTION BOOL OTApplicantToSponsorRound2M1ReadFrom(__unsafe_unretained OTApplicantToSponsorRound2M1 *self, __unsafe_unretained PBDataReader *reader);
50
51 @end
52