AWSIoTCustomCodeSigning Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSIoTModel.h AWSIoTModel.m |
certificateChain
The certificate chain.
@property (nonatomic, strong) AWSIoTCodeSigningCertificateChain *certificateChain
Declared In
AWSIoTModel.h
hashAlgorithm
The hash algorithm used to code sign the file.
@property (nonatomic, strong) NSString *hashAlgorithm
Declared In
AWSIoTModel.h
signature
The signature for the file.
@property (nonatomic, strong) AWSIoTCodeSigningSignature *signature
Declared In
AWSIoTModel.h
signatureAlgorithm
The signature algorithm used to code sign the file.
@property (nonatomic, strong) NSString *signatureAlgorithm
Declared In
AWSIoTModel.h