23 #import <Foundation/Foundation.h>
73 - (BOOL)setName:(NSString*)name error:(NSError**)error;
103 - (NSArray*)findKeys:(NSArray*)filter error:(NSError**)error;
118 - (BOOL)deleteKey:(
HIDIdentifier*)keyId withParams:(NSArray*)parameters error:(NSError**)error;
148 - (NSString*)getProperty:(NSString*)propertyId error:(NSError**)error;
170 - (BOOL)setProperty:(NSString*)propertyId withValue:(NSString*)propertyValue error:(NSError**)error;
205 - (NSArray*)retrieveTransactionIds:(NSString*)sessionPassword withParams:(NSArray*)parameters error:(NSError**)error;
237 - (BOOL)addKey:(
HIDKeySpec*)keySpec withProtectionPolicyId:(
HIDIdentifier*)protectionPolicyId withPassword:(NSString*)password error:(NSError**)error;
257 -(NSDate*)getCreationDate:(NSError**)error;
270 -(NSDate*)getExpiryDate:(NSError**)error;
283 -(NSDate*)getRenewalDate:(NSError**)error;
297 -(Boolean)isRenewable:(NSString*)sessionPassword error:(NSError**)error;;
353 - (BOOL)updateDeviceInfo:(NSString*)propertyId withValue:(NSString*)propertyValue withPassword:(NSString*)sessionPassword withParams:(NSArray*)parameters error:(NSError**)error;
NSInteger getId()
Get the identifier of that container.
NSString * getServerURL()
Gets the server URL associated with that container.
The protection policy defines the security parameters associated with a key or data item...
Definition: HIDProtectionPolicy.h:129
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:124
Service container instance.
Definition: HIDContainer.h:40
Security policy for the protection of sensitive data.
Key Spec object for use with addKey:withProtectionPolicyId:withPassword:error: (HIDContainer-p) ...
Definition: HIDKeySpec.h:34
Container initialization configuration.
object identifier.
Definition: HIDIdentifier.h:34
Configuration for renew of a Container.
Definition: HIDContainerInitialization.h:90
Connection configuration.
Configuration of server connections.
Definition: HIDConnectionConfiguration.h:42
BOOL isFIPSModeEnabled()
Checks if FIPS 140-2 mode is required.
NSString * getName()
Gets the Friendly Name associated with that container.