EMDsFormattingTools Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | EMDsFormattingTools.h |
+ getDynamicSignatureTemplateIdWithChallenge:
Gets the Dynamic Signature template ID encoded by the challenge.
+ (NSInteger)getDynamicSignatureTemplateIdWithChallenge:(id<EMSecureString>)challengeParameters
challenge |
The challenge of the transaction, must not be |
|---|
Return Value
The template ID indicating the list of input to request from the user for Dynamic Signature.
Declared In
EMDsFormattingTools.h
+ checkDigitWithType:challenge:
Checks validity of a challenge against a checksum mode.
+ (BOOL)checkDigitWithType:(EMVerifyType)type challenge:(id<EMSecureString>)challengeParameters
type |
Checksum algorithm to use, See EMVerifyType define list of supported modes. |
|---|---|
challenge |
The challenge of the transaction, must not be |
Return Value
YES if the checksum is correct, NO otherwise
Declared In
EMDsFormattingTools.h