AWSKMSVerifyMacResponse
Objective-C
@interface AWSKMSVerifyMacResponse
Swift
class AWSKMSVerifyMacResponse
-
The HMAC KMS key used in the verification.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyId;Swift
var keyId: String? { get set } -
The MAC algorithm used in the verification.
Declaration
Objective-C
@property (nonatomic) AWSKMSMacAlgorithmSpec macAlgorithm;Swift
var macAlgorithm: AWSKMSMacAlgorithmSpec { get set } -
A Boolean value that indicates whether the HMAC was verified. A value of
Trueindicates that the HMAC (Mac) was generated with the specifiedMessage, HMAC KMS key (KeyID) andMacAlgorithm..If the HMAC is not verified, the
VerifyMacoperation fails with aKMSInvalidMacExceptionexception. This exception indicates that one or more of the inputs changed since the HMAC was computed.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable macValid;Swift
var macValid: NSNumber? { get set }
View on GitHub
Install in Dash
AWSKMSVerifyMacResponse Class Reference