- (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
-
- (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
-
+ (NSData *) loadRandomKeyForSignatureFieldId: |
|
(NSString*) |
signatureFieldId |
|
load the random key for the signature field id
- Parameters
-
- Returns
- the data (base64)
The documentation for this class was generated from the following files: