VOOSMPVerificationInfo Class Reference

#import <VOOSMPVerificationInfo.h>

+ Inheritance diagram for VOOSMPVerificationInfo:

Instance Methods

(id) - init:verificationString:
 Initialize the verification info with values. More...
 

Protected Attributes

VO_OSMP_SRC_VERIFICATION_FLAG _dataFlag
 
NSString * _verificationString
 
NSString * _responseString
 

Properties

VO_OSMP_SRC_VERIFICATION_FLAG dataFlag
 
NSString * verificationString
 Get the verification string. More...
 
NSString * responseString
 Get authentication response string. More...
 

Method Documentation

- (id) init: (VO_OSMP_SRC_VERIFICATION_FLAG)  dataFlag
verificationString: (NSString *)  verificationString 

Initialize the verification info with values.

Parameters
dataFlag[in] Set the data flag. If the flag is 0, the data is the requested string; If the flag is 1, the data is the password; If the flag is 2, the data is customer data; other values are not supported.
verificationString[in] Set the verification string for the corresponding flag.
Returns
object if successful; nil if unsuccessful

Member Data Documentation

- (VO_OSMP_SRC_VERIFICATION_FLAG) _dataFlag
protected
- (NSString*) _responseString
protected
- (NSString*) _verificationString
protected

Property Documentation

- (VO_OSMP_SRC_VERIFICATION_FLAG) dataFlag
readwriteatomicassign

Get the data flag.

  • If the flag is 0, the data is the requested string;
  • If the flag is 1, the data is the password;
  • If the flag is 2, the data is customer data;
  • Other values are not supported.
Returns
the dataFlag
- (NSString*) responseString
readwriteatomicretain

Get authentication response string.

Returns
authentication response string (NSString)
- (NSString*) verificationString
readwriteatomicretain

Get the verification string.


The documentation for this class was generated from the following file: