25 #import <Foundation/Foundation.h>
75 - (BOOL)setName:(NSString*)name error:(NSError**)error;
105 - (NSArray*)findKeys:(NSArray*)filter error:(NSError**)error;
135 - (NSString*)getProperty:(NSString*)propertyId error:(NSError**)error;
157 - (BOOL)setProperty:(NSString*)propertyId withValue:(NSString*)propertyValue error:(NSError**)error;
192 - (NSArray*)retrieveTransactionIds:(NSString*)sessionPassword withParams:(NSArray*)parameters error:(NSError**)error;
224 - (BOOL)addKey:(
HIDKeySpec*)keySpec withProtectionPolicyId:(
HIDIdentifier*)protectionPolicyId withPassword:(NSString*)password error:(NSError**)error;
244 -(NSDate*)getOriginalCreationDate:(NSError**)error;
258 -(NSDate*)getCreationDate:(NSError**)error;
271 -(NSDate*)getExpiryDate:(NSError**)error;
284 -(NSDate*)getRenewalDate:(NSError**)error;
298 -(Boolean)isRenewable:(NSString*)sessionPassword error:(NSError**)error;;
355 - (BOOL)updateDeviceInfo:(NSString*)propertyId withValue:(NSString*)propertyValue withPassword:(NSString*)sessionPassword withParams:(NSArray*)parameters error:(NSError**)error;
NSInteger getId()
Get the identifier of this container.
NSString * getServerURL()
Gets the server URL associated with this container.
The protection policy defines the security parameters associated with a key or data item...
Definition: HIDProtectionPolicy.h:131
Listener delegate to report status information or receive password request events.
NSString * getUserId()
Gets the identifier of the user for this container.
This interface provides an integration point for receiving status information sent from the server du...
Definition: HIDProgressListener.h:144
Encapsulates an active service container instance.
Definition: HIDContainer.h:42
Security policy for the protection of sensitive data.
Key Spec object for use with addKey:withProtectionPolicyId:withPassword:error: (HIDContainer-p) ...
Definition: HIDKeySpec.h:36
Configuration for creation if a new HIDContainer.
object identifier.
Definition: HIDIdentifier.h:36
Configuration for renew of a Container.
Definition: HIDContainerInitialization.h:92
Connection configuration.
Configuration of server connections.
Definition: HIDConnectionConfiguration.h:44
BOOL isFIPSModeEnabled()
Checks if FIPS 140-2 mode is required.
NSString * getName()
Gets the Friendly Name associated with this container.