EMDsFormattingTools Class Reference

Inherits from NSObject
Declared in EMDsFormattingTools.h

Overview

DS Formatting Tools

+ getDynamicSignatureTemplateIdWithChallenge:

Gets the Dynamic Signature template ID encoded by the challenge.

+ (NSInteger)getDynamicSignatureTemplateIdWithChallenge:(id<EMSecureString>)challenge

Parameters

challenge

The challenge of the transaction, must not be nil.

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>)challenge

Parameters

type

Checksum algorithm to use, See EMVerifyType define list of supported modes.

challenge

The challenge of the transaction, must not be nil.

Return Value

YES if the checksum is correct, NO otherwise

Declared In

EMDsFormattingTools.h