AWSIoTKeyPair
Objective-C
@interface AWSIoTKeyPair
Swift
class AWSIoTKeyPair
Describes a key pair.
-
The private key.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable privateKey;Swift
var privateKey: String? { get set } -
The public key.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable publicKey;Swift
var publicKey: String? { get set }
View on GitHub
Install in Dash
AWSIoTKeyPair Class Reference