25 #import <Foundation/Foundation.h> 
   90 - (BOOL)setStatus:(NSString*)status withSigningPassword:(NSString*)signPassword withSessionPassword:(NSString*)sessionPassword withParams:(NSArray*)parameters error:(NSError**)error;
 
  104 - (NSDate*)getDate:(NSError**)error;
 
  116 - (id<
HIDKey>)getSigningKey:(NSError**)error;
 
  129 - (NSString*)getAction:(NSError**)error;
 
  143 - (NSDate*)getExpiryDate:(NSError**)error;
 
Encapsulates an action extracted from an encrypted server message. 
Definition: HIDServerAction.h:37
 
NSString * toString()
Returns the transaction text to be displayed to the user. 
 
Encapsulates a transaction and exposes an API to apply an action status and context. 
Definition: HIDTransaction.h:37
 
NSArray * getAllowedStatuses()
Returns a list of status (for instance "accept", "deny", "report") that can be set for that transacti...
 
Key instance. 
Definition: HIDKey.h:39