Library
Instance Methods | Class Methods | Properties | List of all members
ISOBiodata Class Reference
Inheritance diagram for ISOBiodata:

Instance Methods

(void) - lineBegan:
 
(void) - lineMoved:
 
(void) - lineEnded:
 
(void) - debugDump
 
(NSData *) - encryptedBiodataForSignatureFieldId:
 

Class Methods

(NSData *) + loadRandomKeyForSignatureFieldId:
 

Properties

NSString * metadata
 

Method Documentation

- (NSData *) encryptedBiodataForSignatureFieldId: (NSString*)  signatureFieldId

encrypted the biodata for the signature field id .signatureFieldId has to be unique, if it isn't the key could get overwritten in the key chain

Parameters
- (void) lineBegan: (CGPoint)  point

where the first "point"/touch from the user is to begin the signature/line

Parameters
point
- (void) lineEnded: (CGPoint)  point

where the last "point"/touch from the user is to end the signature/line

Parameters
point<#point description#>
- (void) lineMoved: (CGPoint)  point

all the points from the user between the first point that touch the display/screen and the last point where the user end the signature.

Parameters
point
+ (NSData *) loadRandomKeyForSignatureFieldId: (NSString*)  signatureFieldId

load the random key for the signature field id

Parameters
signatureFieldId
Returns
the data (base64)

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