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