AWSIoTCodeSigning
Objective-C
@interface AWSIoTCodeSigning
Swift
class AWSIoTCodeSigning
Describes the method to use when code signing a file.
-
The ID of the
AWSSignerJobwhich was created to sign the file.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable awsSignerJobId;Swift
var awsSignerJobId: String? { get set } -
A custom method for code signing a file.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTCustomCodeSigning *_Nullable customCodeSigning;Swift
var customCodeSigning: AWSIoTCustomCodeSigning? { get set } -
Describes the code-signing job.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTStartSigningJobParameter *_Nullable startSigningJobParameter;Swift
var startSigningJobParameter: AWSIoTStartSigningJobParameter? { get set }
View on GitHub
Install in Dash
AWSIoTCodeSigning Class Reference