AWSEC2Phase1EncryptionAlgorithmsListValue
Objective-C
@interface AWSEC2Phase1EncryptionAlgorithmsListValue
Swift
class AWSEC2Phase1EncryptionAlgorithmsListValue
The encryption algorithm for phase 1 IKE negotiations.
-
The value for the encryption algorithm.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable value;
Swift
var value: String? { get set }